summaryrefslogtreecommitdiffstats
path: root/components/power/origin_power_map_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/power/origin_power_map_factory.h')
-rw-r--r--components/power/origin_power_map_factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/power/origin_power_map_factory.h b/components/power/origin_power_map_factory.h
index fc6c2bb..f812d60 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);