| Index: Source/modules/device_orientation/DeviceMotionController.h
|
| diff --git a/Source/modules/device_orientation/DeviceMotionController.h b/Source/modules/device_orientation/DeviceMotionController.h
|
| index 1ca07a008e75de33933edcb46df3c33fa551aa39..b1406c1a74875d1d27172bfa3551383fda77e498 100644
|
| --- a/Source/modules/device_orientation/DeviceMotionController.h
|
| +++ b/Source/modules/device_orientation/DeviceMotionController.h
|
| @@ -8,7 +8,7 @@
|
| #include "core/dom/DocumentSupplementable.h"
|
| #include "core/frame/DeviceSingleWindowEventController.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DeviceMotionData;
|
| class Event;
|
| @@ -35,6 +35,6 @@ private:
|
| virtual bool isNullEvent(Event*) const OVERRIDE;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DeviceMotionController_h
|
|
|