Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / battery / BatteryStatus.h
index fdccb98..5da8efd 100644 (file)
@@ -6,10 +6,10 @@
 #define BatteryStatus_h
 
 #include "platform/heap/Handle.h"
-#include "wtf/PassRefPtr.h"
+#include "wtf/Forward.h"
 #include "wtf/RefCounted.h"
 
-namespace WebCore {
+namespace blink {
 
 class BatteryStatus FINAL : public RefCountedWillBeGarbageCollected<BatteryStatus> {
 public:
@@ -33,6 +33,6 @@ private:
     double m_level;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // BatteryStatus_h