Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / device_orientation / DeviceRotationRate.h
index 12845f7..7b3b686 100644 (file)
 #ifndef DeviceRotationRate_h
 #define DeviceRotationRate_h
 
-#include "bindings/v8/ScriptWrappable.h"
+#include "bindings/core/v8/ScriptWrappable.h"
 #include "modules/device_orientation/DeviceMotionData.h"
 #include "platform/heap/Handle.h"
 #include "wtf/RefCounted.h"
 
-namespace WebCore {
+namespace blink {
 
-class DeviceRotationRate : public RefCountedWillBeGarbageCollectedFinalized<DeviceRotationRate>, public ScriptWrappable {
+class DeviceRotationRate : public RefCountedWillBeGarbageCollected<DeviceRotationRate>, public ScriptWrappable {
 public:
     static PassRefPtrWillBeRawPtr<DeviceRotationRate> create(PassRefPtrWillBeRawPtr<DeviceMotionData::RotationRate> rotationRate)
     {
@@ -51,6 +51,6 @@ private:
     RefPtrWillBeMember<DeviceMotionData::RotationRate> m_rotationRate;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DeviceRotationRate_h