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

Unified Diff: Source/modules/device_orientation/DeviceOrientationDispatcher.h

Issue 651503002: Clean up forward declarations in Source/modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/device_orientation/DeviceOrientationDispatcher.h
diff --git a/Source/modules/device_orientation/DeviceOrientationDispatcher.h b/Source/modules/device_orientation/DeviceOrientationDispatcher.h
index 4a75df9e11de199760ea889a135fdd4f5e70aaf1..e42646b0707227b7948660451afe299e3f257774 100644
--- a/Source/modules/device_orientation/DeviceOrientationDispatcher.h
+++ b/Source/modules/device_orientation/DeviceOrientationDispatcher.h
@@ -32,13 +32,10 @@
#define DeviceOrientationDispatcher_h
#include "core/frame/PlatformEventDispatcher.h"
-#include "platform/heap/Handle.h"
Mike West 2014/10/11 10:53:05 Member<>.
#include "public/platform/WebDeviceOrientationListener.h"
-#include "wtf/RefPtr.h"
namespace blink {
-class DeviceOrientationController;
class DeviceOrientationData;
class WebDeviceOrientationData;

Powered by Google App Engine
This is Rietveld 408576698