Index: components/power/origin_power_map_factory.h |
diff --git a/components/power/origin_power_map_factory.h b/components/power/origin_power_map_factory.h |
index fc6c2bb282668520508b0b2b2865364810154b8f..f812d608b486b5c75059d72beae3907991fa98fd 100644 |
--- a/components/power/origin_power_map_factory.h |
+++ b/components/power/origin_power_map_factory.h |
@@ -21,10 +21,10 @@ class OriginPowerMapFactory : public BrowserContextKeyedServiceFactory { |
friend struct DefaultSingletonTraits<OriginPowerMapFactory>; |
OriginPowerMapFactory(); |
- virtual ~OriginPowerMapFactory(); |
+ ~OriginPowerMapFactory() override; |
// BrowserContextKeyedServiceFactory: |
- virtual KeyedService* BuildServiceInstanceFor( |
+ KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const override; |
DISALLOW_COPY_AND_ASSIGN(OriginPowerMapFactory); |