| Index: components/power/origin_power_map.h
|
| diff --git a/components/power/origin_power_map.h b/components/power/origin_power_map.h
|
| index 3d664daa4845a0d4031883a30d2e9f7d98598d94..7592a2b56673084d0a2babd00e725a28bf42c716 100644
|
| --- a/components/power/origin_power_map.h
|
| +++ b/components/power/origin_power_map.h
|
| @@ -21,7 +21,7 @@ class OriginPowerMap : public KeyedService {
|
| typedef base::CallbackList<void(void)>::Subscription Subscription;
|
|
|
| OriginPowerMap();
|
| - virtual ~OriginPowerMap();
|
| + ~OriginPowerMap() override;
|
|
|
| // Returns the integer percentage usage of the total power consumed by a
|
| // given URL's origin.
|
|
|