Index: Source/modules/device_orientation/DeviceMotionEvent.h |
diff --git a/Source/modules/device_orientation/DeviceMotionEvent.h b/Source/modules/device_orientation/DeviceMotionEvent.h |
index 20ac08b4bb77d20234c7bd3bba36ed9754db03ab..a69fa3658696e5434a37088da813469ad9621f4b 100644 |
--- a/Source/modules/device_orientation/DeviceMotionEvent.h |
+++ b/Source/modules/device_orientation/DeviceMotionEvent.h |
@@ -29,7 +29,7 @@ |
#include "modules/EventModules.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class DeviceAcceleration; |
class DeviceMotionData; |
@@ -72,6 +72,6 @@ private: |
DEFINE_TYPE_CASTS(DeviceMotionEvent, Event, event, event->interfaceName() == EventNames::DeviceMotionEvent, event.interfaceName() == EventNames::DeviceMotionEvent); |
-} // namespace WebCore |
+} // namespace blink |
#endif // DeviceMotionEvent_h |