Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: third_party/sqlite/sqlite3.h

Issue 3389007: Revert 59573 - Move sqlite preprocessed directory one level up, it's not from... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/preprocessed/sqlite3.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « third_party/sqlite/preprocessed/sqlite3.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698