Index: Source/modules/device_orientation/DeviceOrientationDispatcher.cpp |
diff --git a/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp b/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp |
index 4c82b25aaa92041c0318862cf2a01268c79d3f62..68050dc59eb67f0d8101c05459b643d1658777af 100644 |
--- a/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp |
+++ b/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp |
@@ -35,7 +35,7 @@ |
#include "modules/device_orientation/DeviceOrientationData.h" |
#include "public/platform/Platform.h" |
-namespace WebCore { |
+namespace blink { |
DeviceOrientationDispatcher& DeviceOrientationDispatcher::instance() |
{ |
@@ -73,4 +73,4 @@ DeviceOrientationData* DeviceOrientationDispatcher::latestDeviceOrientationData( |
return m_lastDeviceOrientationData.get(); |
} |
-} // namespace WebCore |
+} // namespace blink |