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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.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/SQLiteFileSystemWin.cpp
diff --git a/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp b/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp
index b3eace49fc6f3e8449ae66064205af3260d0afdf..a8fc09f2013e03aee93a0b7e4e6d6190fd52e591 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp
@@ -35,8 +35,8 @@
#include "modules/webdatabase/sqlite/SQLiteFileSystem.h"
#include <windows.h>
-#include <sqlite3.h>
#include "public/platform/Platform.h"
+#include "third_party/sqlite/sqlite3.h"
namespace blink {
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp ('k') | Source/modules/webdatabase/sqlite/SQLiteStatement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698