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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteStatement.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
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/sqlite/SQLiteStatement.cpp
diff --git a/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp b/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp
index a6541e6baa34af481be6f03010ef196dae45d9e9..4c56a9e08b7da96cd1623fb461ae4cc6788857d5 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp
@@ -29,9 +29,9 @@
#include "modules/webdatabase/sqlite/SQLValue.h"
#include "platform/Logging.h"
#include "platform/heap/SafePoint.h"
+#include "third_party/sqlite/sqlite3.h"
#include "wtf/Assertions.h"
#include "wtf/text/CString.h"
-#include <sqlite3.h>
// SQLite 3.6.16 makes sqlite3_prepare_v2 automatically retry preparing the statement
// once if the database scheme has changed. We rely on this behavior.
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698