summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/sqlite3.h
diff options
context:
space:
mode:
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-13 20:47:24 +0000
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-13 20:47:24 +0000
commitfdd072ff1b52f405ed3c2b1cfb86c6e92e5018c1 (patch)
tree25148ebdaa0b4bc68c22acb4ac9ef75cb461c7a0 /third_party/sqlite/sqlite3.h
parente7dfb84e096a8f14717b4150bdb66a01032e1efa (diff)
downloadchromium_src-fdd072ff1b52f405ed3c2b1cfb86c6e92e5018c1.zip
chromium_src-fdd072ff1b52f405ed3c2b1cfb86c6e92e5018c1.tar.gz
chromium_src-fdd072ff1b52f405ed3c2b1cfb86c6e92e5018c1.tar.bz2
Convert to SQLite amalgamation.
SQLite generally distributes using a script-generated "Giant file of stuff", called the amalgamation. It's apparently faster, due to more opportunities for optimization, but for Chromium the attraction is that we don't need as many patches to SQLite. Imports of future versions of SQLite should be simpler, so long as an Ubuntu box is available. BUG=71731 TEST=automated testing and watching closely. Review URL: http://codereview.chromium.org/6835006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81471 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite/sqlite3.h')
-rw-r--r--third_party/sqlite/sqlite3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/sqlite/sqlite3.h b/third_party/sqlite/sqlite3.h
index 2ae3410..27094db 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_