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

Unified Diff: chrome/common/sqlite_compiled_statement.h

Issue 113945: Headers cleanup in chrome/common (Closed)
Patch Set: Created 11 years, 7 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
Index: chrome/common/sqlite_compiled_statement.h
diff --git a/chrome/common/sqlite_compiled_statement.h b/chrome/common/sqlite_compiled_statement.h
index c9f198f150c9da039f78398879587d86e79a446a..43baf9c4820270ae39297e35394ad199750b4a62 100644
--- a/chrome/common/sqlite_compiled_statement.h
+++ b/chrome/common/sqlite_compiled_statement.h
@@ -8,9 +8,10 @@
#include <map>
#include <string>
-#include "chrome/common/sqlite_utils.h"
+#include "base/basictypes.h"
-#include "third_party/sqlite/preprocessed/sqlite3.h"
+struct sqlite3;
+class SQLStatement;
// Stores a list of precompiled sql statements for a database. Each statement
// is given a unique name by the caller.

Powered by Google App Engine
This is Rietveld 408576698