Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(913)

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp

Issue 1317683008: Include third_party/sqlite/sqlite3.h directly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: sqlite3.h dep to sqlite/DEPS Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698