| Index: third_party/sqlite/sqlite3.h
|
| diff --git a/third_party/sqlite/sqlite3.h b/third_party/sqlite/sqlite3.h
|
| index 6c7c3b084353456d2dedfa9964e975bed5f637dd..812939d9ebb50fe23a6ea7ad315c9ce51641acd7 100644
|
| --- a/third_party/sqlite/sqlite3.h
|
| +++ b/third_party/sqlite/sqlite3.h
|
| @@ -16,7 +16,7 @@
|
| // when using system sqlite).
|
| int sqlite3Preload(sqlite3 *db) { return SQLITE_OK; }
|
| #else
|
| -#include "third_party/sqlite/src/preprocessed/sqlite3.h"
|
| +#include "third_party/sqlite/preprocessed/sqlite3.h"
|
| #endif
|
|
|
| #endif // THIRD_PARTY_SQLITE_SQLITE3_H_
|
|
|