Index: Source/modules/webdatabase/sqlite/SQLiteAuthorizer.cpp |
diff --git a/Source/modules/webdatabase/sqlite/SQLiteAuthorizer.cpp b/Source/modules/webdatabase/sqlite/SQLiteAuthorizer.cpp |
index cf9da62d67952a29fdb90734a4ed8c5ff29711ce..61a99437638b417e708705aa724eeb4d070eb7f2 100644 |
--- a/Source/modules/webdatabase/sqlite/SQLiteAuthorizer.cpp |
+++ b/Source/modules/webdatabase/sqlite/SQLiteAuthorizer.cpp |
@@ -29,7 +29,7 @@ |
#include "config.h" |
#include "modules/webdatabase/DatabaseAuthorizer.h" |
-#include <sqlite3.h> |
+#include "third_party/sqlite/sqlite3.h" |
namespace blink { |