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

Unified Diff: content/renderer/device_orientation_dispatcher.h

Issue 11232014: Move a bunch of code in content\renderer to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 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: content/renderer/device_orientation_dispatcher.h
===================================================================
--- content/renderer/device_orientation_dispatcher.h (revision 163045)
+++ content/renderer/device_orientation_dispatcher.h (working copy)
@@ -11,11 +11,12 @@
#include "base/memory/scoped_ptr.h"
#include "content/public/renderer/render_view_observer.h"
+struct DeviceOrientationMsg_Updated_Params;
+
+namespace content {
class RenderViewImpl;
-struct DeviceOrientationMsg_Updated_Params;
-
-class DeviceOrientationDispatcher : public content::RenderViewObserver,
+class DeviceOrientationDispatcher : public RenderViewObserver,
public WebKit::WebDeviceOrientationClient {
public:
explicit DeviceOrientationDispatcher(RenderViewImpl* render_view);
@@ -40,4 +41,6 @@
bool started_;
};
+} // namespace content
+
#endif // CONTENT_RENDERER_DEVICE_ORIENTATION_DISPATCHER_H_
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin_manager.h ('k') | content/renderer/device_orientation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698