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

Unified Diff: Source/modules/device_orientation/DeviceMotionDispatcher.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 d28815fe80cefe7dd3b4e18042d795fb8f630e64..03ced17fb87167fa441db492e6fb93afe4d33123 100644
--- a/Source/modules/device_orientation/DeviceMotionDispatcher.h
+++ b/Source/modules/device_orientation/DeviceMotionDispatcher.h
@@ -35,7 +35,7 @@
#include "public/platform/WebDeviceMotionListener.h"
#include "wtf/RefPtr.h"
-namespace WebKit {
+namespace blink {
class WebDeviceMotionData;
}
@@ -46,7 +46,7 @@ class DeviceMotionData;
// This class listens to device motion data and dispatches it to all
// listening controllers.
-class DeviceMotionDispatcher : public DeviceSensorEventDispatcher, public WebKit::WebDeviceMotionListener {
+class DeviceMotionDispatcher : public DeviceSensorEventDispatcher, public blink::WebDeviceMotionListener {
public:
static DeviceMotionDispatcher& instance();
@@ -55,7 +55,7 @@ public:
DeviceMotionData* latestDeviceMotionData();
// This method is called every time new device motion data is available.
- virtual void didChangeDeviceMotion(const WebKit::WebDeviceMotionData&) OVERRIDE;
+ virtual void didChangeDeviceMotion(const blink::WebDeviceMotionData&) OVERRIDE;
void addDeviceMotionController(DeviceMotionController*);
void removeDeviceMotionController(DeviceMotionController*);
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionData.cpp ('k') | Source/modules/device_orientation/DeviceMotionDispatcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698