| Index: Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| diff --git a/Source/modules/device_orientation/DeviceMotionDispatcher.h b/Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| index 227a5bb3742a06bb9805d04094d550e2a6d175dd..878f417d06ca9fcc64c23195594788d02b8db2a7 100644
|
| --- a/Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| +++ b/Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| @@ -40,7 +40,7 @@ namespace blink {
|
| class WebDeviceMotionData;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DeviceMotionController;
|
| class DeviceMotionData;
|
| @@ -68,6 +68,6 @@ private:
|
| RefPtrWillBePersistent<DeviceMotionData> m_lastDeviceMotionData;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DeviceMotionDispatcher_h
|
|
|