diff options
Diffstat (limited to 'chrome/common/sqlite_compiled_statement.h')
-rw-r--r-- | chrome/common/sqlite_compiled_statement.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/sqlite_compiled_statement.h b/chrome/common/sqlite_compiled_statement.h index c9f198f..43baf9c 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. |