Chromium Code Reviews| Index: third_party/sqlite/sqlite3.h |
| =================================================================== |
| --- third_party/sqlite/sqlite3.h (revision 59573) |
| +++ third_party/sqlite/sqlite3.h (working copy) |
| @@ -16,7 +16,7 @@ |
| // when using system sqlite). |
| int sqlite3Preload(sqlite3 *db) { return SQLITE_OK; } |
| #else |
| -#include "third_party/sqlite/preprocessed/sqlite3.h" |
| +#include "third_party/sqlite/src/preprocessed/sqlite3.h" |
| #endif |
| #endif // THIRD_PARTY_SQLITE_SQLITE3_H_ |