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

Unified Diff: sql/recovery.cc

Issue 1748183004: [sqlite] Remove recover.c from amalgamation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zzzzsql_ios_recover_review0
Patch Set: Created 4 years, 10 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 | « no previous file | third_party/sqlite/BUILD.gn » ('j') | third_party/sqlite/amalgamation/sqlite3.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/recovery.cc
diff --git a/sql/recovery.cc b/sql/recovery.cc
index 09e0c37b8fb643c379d46b670e5277bfeef1c8e7..b79fe08598ec331a7452f70c9b56fdc23ed009d0 100644
--- a/sql/recovery.cc
+++ b/sql/recovery.cc
@@ -16,6 +16,7 @@
#include "sql/connection.h"
#include "sql/statement.h"
#include "third_party/sqlite/sqlite3.h"
+#include "third_party/sqlite/src/src/recover.h"
Scott Hess - ex-Googler 2016/03/02 01:17:37 I originally had third_party/sqlite/sqlite3.h incl
Scott Hess - ex-Googler 2016/03/09 06:33:16 Looks like I get to figure it out now, since other
namespace sql {
« no previous file with comments | « no previous file | third_party/sqlite/BUILD.gn » ('j') | third_party/sqlite/amalgamation/sqlite3.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698