summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2021-04-12 16:39:39 +0200
committerMichael BrĂ¼ning <michael.bruning@qt.io>2021-04-12 15:38:14 +0000
commit27bdc841adae935758a1289db8c399cef7844e3e (patch)
treed952799aa4cbc9fddc2f5ba3c8edd53e09a23414
parent3e5d228b621854e4fe9e97f529808e30dbd291c3 (diff)
downloadqtwebengine-chromium-27bdc841adae935758a1289db8c399cef7844e3e.tar.gz
Fixup for [Backport] Security bug 1161048
Adjust source file to former subproject structure. Change-Id: Iea1a9fcd5333a43f9184bf1f32fa181d4ae73123 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--chromium/third_party/sqlite/sqlite3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/sqlite/sqlite3.h b/chromium/third_party/sqlite/sqlite3.h
index dbea23a6f13..d0cc9d74049 100644
--- a/chromium/third_party/sqlite/sqlite3.h
+++ b/chromium/third_party/sqlite/sqlite3.h
@@ -12,7 +12,7 @@
// other SQLite libraries loaded by the system libraries. This only matters when
// using the component build, where our SQLite's symbols are visible to the
// dynamic library loader.
-#include "third_party/sqlite/src/amalgamation/rename_exports.h"
+#include "third_party/sqlite/amalgamation/rename_exports.h"
#if defined(SQLITE_OMIT_COMPLETE)
// When SQLITE_OMIT_COMPLETE is defined, sqlite3.h does not emit a declaration
@@ -56,6 +56,6 @@
#endif // !defined(sqlite3_compileoption_used)
#endif // defined(SQLITE_OMIT_COMPILEOPTION_DIAGS)
-#include "third_party/sqlite/src/amalgamation/sqlite3.h"
+#include "third_party/sqlite/amalgamation/sqlite3.h"
#endif // THIRD_PARTY_SQLITE_SQLITE3_H_