Index: Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp |
diff --git a/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp |
index 340565fe4255ff8805e2b22f3e18b4064ca2ff6d..bf00209a676514f6729276eebed0993ddad3dc82 100644 |
--- a/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp |
+++ b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp |
@@ -33,7 +33,7 @@ |
#include "platform/heap/Handle.h" |
#include "platform/heap/SafePoint.h" |
-#include <sqlite3.h> |
+#include "third_party/sqlite/sqlite3.h" |
#include "wtf/text/CString.h" |
// SQLiteFileSystem::registerSQLiteVFS() is implemented in the |