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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteDatabase.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/SQLiteDatabase.cpp
diff --git a/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp b/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
index 8b542f43a3b3dec0584ae85db3fa379b3954c27e..59e76242e2a4a1606c4ce7dd7a3275e716c29959 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
@@ -27,11 +27,11 @@
#include "config.h"
#include "modules/webdatabase/sqlite/SQLiteDatabase.h"
-#include <sqlite3.h>
#include "platform/Logging.h"
#include "modules/webdatabase/sqlite/SQLiteFileSystem.h"
#include "modules/webdatabase/sqlite/SQLiteStatement.h"
#include "modules/webdatabase/DatabaseAuthorizer.h"
+#include "third_party/sqlite/sqlite3.h"
namespace blink {
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteAuthorizer.cpp ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698