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. |