summaryrefslogtreecommitdiffstats
path: root/chrome/common/sqlite_compiled_statement.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/sqlite_compiled_statement.h')
-rw-r--r--chrome/common/sqlite_compiled_statement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/sqlite_compiled_statement.h b/chrome/common/sqlite_compiled_statement.h
index 27aa73927..36bb588 100644
--- a/chrome/common/sqlite_compiled_statement.h
+++ b/chrome/common/sqlite_compiled_statement.h
@@ -10,7 +10,7 @@
#include "chrome/common/sqlite_utils.h"
-#include "third_party/sqlite/sqlite3.h"
+#include "third_party/sqlite/preprocessed/sqlite3.h"
// Stores a list of precompiled sql statements for a database. Each statement
// is given a unique name by the caller.