Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / device_orientation / DeviceMotionData.h
index 706e91f..c5f5adf 100644 (file)
 #include "wtf/RefPtr.h"
 
 namespace blink {
-class WebDeviceMotionData;
-}
 
-namespace WebCore {
+class WebDeviceMotionData;
 
 class DeviceMotionData : public RefCountedWillBeGarbageCollected<DeviceMotionData> {
 public:
@@ -96,7 +94,7 @@ public:
         PassRefPtrWillBeRawPtr<RotationRate>,
         bool canProvideInterval,
         double interval);
-    static PassRefPtrWillBeRawPtr<DeviceMotionData> create(const blink::WebDeviceMotionData&);
+    static PassRefPtrWillBeRawPtr<DeviceMotionData> create(const WebDeviceMotionData&);
     void trace(Visitor*);
 
     Acceleration* acceleration() const { return m_acceleration.get(); }
@@ -119,6 +117,6 @@ private:
     double m_interval;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DeviceMotionData_h