Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / device_orientation / DOMWindowDeviceMotion.h
index ed37183..1cc4d83 100644 (file)
@@ -7,13 +7,13 @@
 
 #include "modules/EventTargetModules.h"
 
-namespace WebCore {
+namespace blink {
 
 class DOMWindowDeviceMotion {
 public:
     DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(devicemotion);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DOMWindowDeviceMotion_h