diff options
Diffstat (limited to 'components/power/origin_power_map_factory.h')
-rw-r--r-- | components/power/origin_power_map_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/power/origin_power_map_factory.h b/components/power/origin_power_map_factory.h index c772a2b..fc6c2bb 100644 --- a/components/power/origin_power_map_factory.h +++ b/components/power/origin_power_map_factory.h @@ -25,7 +25,7 @@ class OriginPowerMapFactory : public BrowserContextKeyedServiceFactory { // BrowserContextKeyedServiceFactory: virtual KeyedService* BuildServiceInstanceFor( - content::BrowserContext* context) const OVERRIDE; + content::BrowserContext* context) const override; DISALLOW_COPY_AND_ASSIGN(OriginPowerMapFactory); }; |