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

Unified Diff: third_party/sqlite/src/src/sqlite.h.in

Issue 6823057: Cleanup SQLite 3.6.18 import. (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/src/src/shell.c ('k') | third_party/sqlite/src/src/util.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/src/sqlite.h.in
diff --git a/third_party/sqlite/src/src/sqlite.h.in b/third_party/sqlite/src/src/sqlite.h.in
index 305ef78ea5f2f5c17594ffee14834bafc12dd3c8..3643b26388eb9331d1a3f1941a34c7ca3aa6390c 100644
--- a/third_party/sqlite/src/src/sqlite.h.in
+++ b/third_party/sqlite/src/src/sqlite.h.in
@@ -4689,7 +4689,7 @@ int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
** them all and try to load them. If none are loadable successfully, we return
** an error. Otherwise, we return OK.
*/
-int sqlite3Preload(sqlite3 *db);
+int sqlite3_preload(sqlite3 *db);
/* End preload-cache.patch for Chromium */
/*
« no previous file with comments | « third_party/sqlite/src/src/shell.c ('k') | third_party/sqlite/src/src/util.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698