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

Unified Diff: Source/modules/device_orientation/DeviceMotionDispatcher.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/DeviceMotionDispatcher.h
diff --git a/Source/modules/device_orientation/DeviceMotionDispatcher.h b/Source/modules/device_orientation/DeviceMotionDispatcher.h
index 05d40b1bdfb8b43b16e9938bc4e2ff2ae2a9d2b7..381139aca6338218be4594cf01e3f3f417ca9fb0 100644
--- a/Source/modules/device_orientation/DeviceMotionDispatcher.h
+++ b/Source/modules/device_orientation/DeviceMotionDispatcher.h
@@ -32,13 +32,11 @@
#define DeviceMotionDispatcher_h
#include "core/frame/PlatformEventDispatcher.h"
-#include "platform/heap/Handle.h"
Mike West 2014/10/11 10:53:05 Member<>
#include "public/platform/WebDeviceMotionListener.h"
#include "wtf/RefPtr.h"
namespace blink {
-class DeviceMotionController;
class DeviceMotionData;
class WebDeviceMotionData;

Powered by Google App Engine
This is Rietveld 408576698