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

Unified Diff: Source/modules/webdatabase/SQLResultSet.cpp

Issue 247423002: [oilpan]: Change all modules files to include platform/heap/... instead of heap/... (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/SQLResultSet.cpp
diff --git a/Source/modules/webdatabase/SQLResultSet.cpp b/Source/modules/webdatabase/SQLResultSet.cpp
index 0a76d07fc9bc05541dc141908f89b813fd84c4a5..bcd07fb170a426d58083d35b7f10ab488d9b96b2 100644
--- a/Source/modules/webdatabase/SQLResultSet.cpp
+++ b/Source/modules/webdatabase/SQLResultSet.cpp
@@ -31,7 +31,7 @@
#include "bindings/v8/ExceptionState.h"
#include "core/dom/ExceptionCode.h"
-#include "heap/Handle.h"
+#include "platform/heap/Handle.h"
namespace WebCore {
« no previous file with comments | « Source/modules/webdatabase/InspectorDatabaseResource.h ('k') | Source/modules/webdatabase/SQLResultSetRowList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698