Index: Source/modules/device_orientation/DeviceOrientationEvent.h |
diff --git a/Source/modules/device_orientation/DeviceOrientationEvent.h b/Source/modules/device_orientation/DeviceOrientationEvent.h |
index ba19a762427334825b5cdec2a5ed90757e44d382..bccc97507ea4027d3ef3e8e9ccd0005a11cd6b25 100644 |
--- a/Source/modules/device_orientation/DeviceOrientationEvent.h |
+++ b/Source/modules/device_orientation/DeviceOrientationEvent.h |
@@ -29,7 +29,7 @@ |
#include "modules/EventModules.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class DeviceOrientationData; |
@@ -67,6 +67,6 @@ private: |
DEFINE_TYPE_CASTS(DeviceOrientationEvent, Event, event, event->interfaceName() == EventNames::DeviceOrientationEvent, event.interfaceName() == EventNames::DeviceOrientationEvent); |
-} // namespace WebCore |
+} // namespace blink |
#endif // DeviceOrientationEvent_h |