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

Unified Diff: Source/core/inspector/InspectorDatabaseAgent.cpp

Issue 18444005: core/inspector: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixes Created 7 years, 5 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/core/inspector/InspectorDatabaseAgent.h ('k') | Source/core/inspector/InspectorDatabaseResource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorDatabaseAgent.cpp
diff --git a/Source/core/inspector/InspectorDatabaseAgent.cpp b/Source/core/inspector/InspectorDatabaseAgent.cpp
index 2fbc6197532d9f700c8dcaa0327ee80455e85ac9..2b3ad2583587d8ef50a0faa559e841948959c985 100644
--- a/Source/core/inspector/InspectorDatabaseAgent.cpp
+++ b/Source/core/inspector/InspectorDatabaseAgent.cpp
@@ -27,7 +27,6 @@
*/
#include "config.h"
-
#include "core/inspector/InspectorDatabaseAgent.h"
#include "InspectorFrontend.h"
@@ -50,8 +49,7 @@
#include "modules/webdatabase/SQLTransaction.h"
#include "modules/webdatabase/SQLTransactionCallback.h"
#include "modules/webdatabase/SQLTransactionErrorCallback.h"
-
-#include <wtf/Vector.h>
+#include "wtf/Vector.h"
typedef WebCore::InspectorBackendDispatcher::DatabaseCommandHandler::ExecuteSQLCallback ExecuteSQLCallback;
« no previous file with comments | « Source/core/inspector/InspectorDatabaseAgent.h ('k') | Source/core/inspector/InspectorDatabaseResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698