Index: Source/modules/device_orientation/DeviceOrientationData.h |
diff --git a/Source/modules/device_orientation/DeviceOrientationData.h b/Source/modules/device_orientation/DeviceOrientationData.h |
index b968a23a3a05aae0ce5b91bbc91670a85e8083d3..8cf9c0fb008195cd3c0d78f7ba43a9273b448437 100644 |
--- a/Source/modules/device_orientation/DeviceOrientationData.h |
+++ b/Source/modules/device_orientation/DeviceOrientationData.h |
@@ -33,7 +33,7 @@ namespace blink { |
class WebDeviceOrientationData; |
} |
-namespace WebCore { |
+namespace blink { |
class DeviceOrientationData : public RefCountedWillBeGarbageCollected<DeviceOrientationData> { |
public: |
@@ -67,6 +67,6 @@ private: |
bool m_absolute; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // DeviceOrientationData_h |