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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.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/SQLiteFileSystemPosix.cpp
diff --git a/Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp b/Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp
index b73ec035ddc9fdc39b013e5d66202ae8a6b5677f..a1921a07867550c3d98ccbfbf4eb301ad07f8fdd 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp
@@ -34,8 +34,8 @@
#include "config.h"
#include "modules/webdatabase/sqlite/SQLiteFileSystem.h"
-#include <sqlite3.h>
#include "public/platform/Platform.h"
+#include "third_party/sqlite/sqlite3.h"
#include <fcntl.h>
#include <string.h>
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698