Index: Source/modules/device_orientation/DeviceMotionEvent.cpp |
diff --git a/Source/modules/device_orientation/DeviceMotionEvent.cpp b/Source/modules/device_orientation/DeviceMotionEvent.cpp |
index b8b1e6f68346f423f4425c6718507b9541c4899f..497cc754fccf30ce5598d47b1d2ee1d3ea531278 100644 |
--- a/Source/modules/device_orientation/DeviceMotionEvent.cpp |
+++ b/Source/modules/device_orientation/DeviceMotionEvent.cpp |
@@ -30,7 +30,7 @@ |
#include "modules/device_orientation/DeviceMotionData.h" |
#include "modules/device_orientation/DeviceRotationRate.h" |
-namespace WebCore { |
+namespace blink { |
DeviceMotionEvent::~DeviceMotionEvent() |
{ |
@@ -118,4 +118,4 @@ void DeviceMotionEvent::trace(Visitor* visitor) |
Event::trace(visitor); |
} |
-} // namespace WebCore |
+} // namespace blink |