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

Unified Diff: third_party/sqlite/sqlite3.h

Issue 6835006: Convert to SQLite amalgamation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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/sqlite.gyp ('k') | third_party/sqlite/src/ext/fts2/fts2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/sqlite3.h
diff --git a/third_party/sqlite/sqlite3.h b/third_party/sqlite/sqlite3.h
index 2ae3410ef25f5b87ba25d1bbf53cac80601677c1..27094db29182c74c90af1675e700fc22360e905a 100644
--- a/third_party/sqlite/sqlite3.h
+++ b/third_party/sqlite/sqlite3.h
@@ -12,7 +12,7 @@
#if defined(USE_SYSTEM_SQLITE)
#include <sqlite3.h>
#else
-#include "third_party/sqlite/preprocessed/sqlite3.h"
+#include "third_party/sqlite/amalgamation/sqlite3.h"
#endif
#endif // THIRD_PARTY_SQLITE_SQLITE3_H_
« no previous file with comments | « third_party/sqlite/sqlite.gyp ('k') | third_party/sqlite/src/ext/fts2/fts2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698