| Index: Source/modules/battery/BatteryStatus.h
|
| diff --git a/Source/modules/battery/BatteryStatus.h b/Source/modules/battery/BatteryStatus.h
|
| index a829fd7f6c1f33fb06eb55d6102da654e9de6f77..5da8efd04420b85dc9f9e7e9f31748599d2f2f86 100644
|
| --- a/Source/modules/battery/BatteryStatus.h
|
| +++ b/Source/modules/battery/BatteryStatus.h
|
| @@ -9,7 +9,7 @@
|
| #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
|
|
|