| Index: Source/modules/device_orientation/DeviceOrientationController.h
|
| diff --git a/Source/modules/device_orientation/DeviceOrientationController.h b/Source/modules/device_orientation/DeviceOrientationController.h
|
| index e578dc535cc743ec574ad33ac7cb3f5f09a2b972..bb4280583b3b602783bf994fc9e5cb559bf0969f 100644
|
| --- a/Source/modules/device_orientation/DeviceOrientationController.h
|
| +++ b/Source/modules/device_orientation/DeviceOrientationController.h
|
| @@ -8,7 +8,7 @@
|
| #include "core/dom/DocumentSupplementable.h"
|
| #include "core/frame/DeviceSingleWindowEventController.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DeviceOrientationData;
|
| class Event;
|
| @@ -47,6 +47,6 @@ private:
|
| RefPtrWillBeMember<DeviceOrientationData> m_overrideOrientationData;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DeviceOrientationController_h
|
|
|