| Index: third_party/WebKit/Source/modules/battery/NavigatorBattery.h
|
| diff --git a/third_party/WebKit/Source/modules/battery/NavigatorBattery.h b/third_party/WebKit/Source/modules/battery/NavigatorBattery.h
|
| index 3539751ad1857dc9f6b047188387bf585be6470d..57b64e8d81e4cf67decb97bb5954db891043de54 100644
|
| --- a/third_party/WebKit/Source/modules/battery/NavigatorBattery.h
|
| +++ b/third_party/WebKit/Source/modules/battery/NavigatorBattery.h
|
| @@ -15,7 +15,7 @@ namespace blink {
|
| class BatteryManager;
|
| class Navigator;
|
|
|
| -class NavigatorBattery final : public GarbageCollected<NavigatorBattery>, public HeapSupplement<Navigator> {
|
| +class NavigatorBattery final : public GarbageCollected<NavigatorBattery>, public Supplement<Navigator> {
|
| USING_GARBAGE_COLLECTED_MIXIN(NavigatorBattery);
|
| public:
|
| static NavigatorBattery& from(Navigator&);
|
|
|