Index: content/renderer/device_orientation_dispatcher.h |
=================================================================== |
--- content/renderer/device_orientation_dispatcher.h (revision 104727) |
+++ content/renderer/device_orientation_dispatcher.h (working copy) |
@@ -10,6 +10,8 @@ |
#include "base/memory/scoped_ptr.h" |
#include "content/public/renderer/render_view_observer.h" |
+class RenderViewImpl; |
+ |
namespace WebKit { |
class WebDeviceOrientation; |
} |
@@ -19,7 +21,7 @@ |
class DeviceOrientationDispatcher : public content::RenderViewObserver, |
public WebKit::WebDeviceOrientationClient { |
public: |
- explicit DeviceOrientationDispatcher(RenderView* render_view); |
+ explicit DeviceOrientationDispatcher(RenderViewImpl* render_view); |
virtual ~DeviceOrientationDispatcher(); |
private: |