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

Unified Diff: chrome/renderer/device_orientation_dispatcher.h

Issue 3119035: FBTF: Move individual XXXMsg_Params structs to a new file. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Fix comment Created 10 years, 4 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
« no previous file with comments | « chrome/renderer/audio_message_filter_unittest.cc ('k') | chrome/renderer/device_orientation_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/renderer/audio_message_filter_unittest.cc ('k') | chrome/renderer/device_orientation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698