| Index: third_party/sqlite/src/src/recover.c
|
| diff --git a/third_party/sqlite/src/src/recover.c b/third_party/sqlite/src/src/recover.c
|
| index 4723c966501877ecb2676d1e0f1b616cbe342559..9ad2d1c5c05ad5fc566ab89de94ddbf2a33d4c12 100644
|
| --- a/third_party/sqlite/src/src/recover.c
|
| +++ b/third_party/sqlite/src/src/recover.c
|
| @@ -1995,7 +1995,7 @@ static sqlite3_module recoverModule = {
|
| 0, /* xRename - rename the table */
|
| };
|
|
|
| -CHROMIUM_SQLITE_API
|
| +SQLITE_API
|
| int recoverVtableInit(sqlite3 *db){
|
| return sqlite3_create_module_v2(db, "recover", &recoverModule, NULL, 0);
|
| }
|
|
|