| Index: extensions/browser/process_map_factory.h
|
| diff --git a/extensions/browser/process_map_factory.h b/extensions/browser/process_map_factory.h
|
| index 4d3626f99bc9d861d70810f205230ea264ef4f31..6256f958815196a72a90405bae93dc9685cbec7d 100644
|
| --- a/extensions/browser/process_map_factory.h
|
| +++ b/extensions/browser/process_map_factory.h
|
| @@ -29,9 +29,9 @@ class ProcessMapFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory implementation:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ProcessMapFactory);
|
|
|