Skip to content

Commit 27bdc84

Browse files
committed
Fixup for [Backport] Security bug 1161048
Adjust source file to former subproject structure. Change-Id: Iea1a9fcd5333a43f9184bf1f32fa181d4ae73123 Reviewed-by: Allan Sandfeld Jensen <[email protected]>
1 parent 3e5d228 commit 27bdc84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chromium/third_party/sqlite/sqlite3.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// other SQLite libraries loaded by the system libraries. This only matters when
1313
// using the component build, where our SQLite's symbols are visible to the
1414
// dynamic library loader.
15-
#include "third_party/sqlite/src/amalgamation/rename_exports.h"
15+
#include "third_party/sqlite/amalgamation/rename_exports.h"
1616

1717
#if defined(SQLITE_OMIT_COMPLETE)
1818
// When SQLITE_OMIT_COMPLETE is defined, sqlite3.h does not emit a declaration
@@ -56,6 +56,6 @@
5656
#endif // !defined(sqlite3_compileoption_used)
5757
#endif // defined(SQLITE_OMIT_COMPILEOPTION_DIAGS)
5858

59-
#include "third_party/sqlite/src/amalgamation/sqlite3.h"
59+
#include "third_party/sqlite/amalgamation/sqlite3.h"
6060

6161
#endif // THIRD_PARTY_SQLITE_SQLITE3_H_

0 commit comments

Comments
 (0)