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

Unified Diff: Source/modules/webdatabase/SQLTransactionCoordinator.h

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/SQLTransactionCoordinator.h
diff --git a/Source/modules/webdatabase/SQLTransactionCoordinator.h b/Source/modules/webdatabase/SQLTransactionCoordinator.h
index fe8ddf289da7169ebbceda49263b6ca08b0266c1..d5ef36209b423658a985895d60366bc196e9cb58 100644
--- a/Source/modules/webdatabase/SQLTransactionCoordinator.h
+++ b/Source/modules/webdatabase/SQLTransactionCoordinator.h
@@ -32,7 +32,7 @@
#ifndef SQLTransactionCoordinator_h
#define SQLTransactionCoordinator_h
-#include "heap/Handle.h"
+#include "platform/heap/Handle.h"
#include "wtf/Deque.h"
#include "wtf/HashMap.h"
#include "wtf/HashSet.h"
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionBackendSync.h ('k') | Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698