| Index: Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| diff --git a/Source/modules/device_orientation/DeviceOrientationDispatcher.h b/Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| index 42162230e81e582421fcda06489005ea875ec3a1..a9dd4ebd6919a17c66404cb95843aa5a8198bef0 100644
|
| --- a/Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| +++ b/Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| @@ -40,7 +40,7 @@ namespace blink {
|
| class WebDeviceOrientationData;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DeviceOrientationController;
|
| class DeviceOrientationData;
|
| @@ -68,6 +68,6 @@ private:
|
| RefPtrWillBePersistent<DeviceOrientationData> m_lastDeviceOrientationData;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DeviceOrientationDispatcher_h
|
|
|