| Index: chrome/renderer/device_orientation_dispatcher.h
|
| diff --git a/chrome/renderer/device_orientation_dispatcher.h b/chrome/renderer/device_orientation_dispatcher.h
|
| index 2e7c76f3eb0521b9469f702dcf402b2796af62af..0370f25004c7713d435b270418f53b788959733c 100644
|
| --- a/chrome/renderer/device_orientation_dispatcher.h
|
| +++ b/chrome/renderer/device_orientation_dispatcher.h
|
| @@ -7,11 +7,13 @@
|
|
|
| #include "third_party/WebKit/WebKit/chromium/public/WebDeviceOrientationClient.h"
|
|
|
| -#include "chrome/common/render_messages.h"
|
| +#include "base/scoped_ptr.h"
|
|
|
| class RenderView;
|
| namespace IPC { class Message; }
|
|
|
| +struct ViewMsg_DeviceOrientationUpdated_Params;
|
| +
|
| class DeviceOrientationDispatcher : public WebKit::WebDeviceOrientationClient {
|
| public:
|
| explicit DeviceOrientationDispatcher(RenderView* render_view);
|
|
|