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 */ |
/* |