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

Unified Diff: Source/modules/screen_orientation/ScreenOrientation.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/screen_orientation/ScreenOrientation.h
diff --git a/Source/modules/screen_orientation/ScreenOrientation.h b/Source/modules/screen_orientation/ScreenOrientation.h
index 7a3e05a9ae61e2c16e8e6abaecfb78e40ab6f8aa..b322c8bfca103a5fe9c4313f463beff513628e50 100644
--- a/Source/modules/screen_orientation/ScreenOrientation.h
+++ b/Source/modules/screen_orientation/ScreenOrientation.h
@@ -7,9 +7,9 @@
#include "core/events/EventTarget.h"
#include "core/frame/DOMWindowProperty.h"
-#include "heap/Handle.h"
#include "platform/Supplementable.h"
#include "platform/Timer.h"
+#include "platform/heap/Handle.h"
#include "public/platform/WebScreenOrientationLockType.h"
#include "wtf/text/AtomicString.h"
#include "wtf/text/WTFString.h"
« no previous file with comments | « Source/modules/quota/WorkerNavigatorStorageQuota.h ('k') | Source/modules/serviceworkers/NavigatorServiceWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698