summaryrefslogtreecommitdiffstats
path: root/chrome/common/sqlite_compiled_statement.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/sqlite_compiled_statement.cc')
-rw-r--r--chrome/common/sqlite_compiled_statement.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/sqlite_compiled_statement.cc b/chrome/common/sqlite_compiled_statement.cc
index f54182a..19b9e53 100644
--- a/chrome/common/sqlite_compiled_statement.cc
+++ b/chrome/common/sqlite_compiled_statement.cc
@@ -7,7 +7,7 @@
#include "base/logging.h"
#include "base/stl_util-inl.h"
#include "chrome/common/sqlite_utils.h"
-#include "third_party/sqlite/preprocessed/sqlite3.h"
+#include "third_party/sqlite/sqlite3.h"
// SqliteStatementCache -------------------------------------------------------