| Index: chrome/browser/history/chrome_history_client_factory.h
|
| diff --git a/chrome/browser/history/chrome_history_client_factory.h b/chrome/browser/history/chrome_history_client_factory.h
|
| index 892f8de412ddb7154b3c2d086584644115dd951c..28adc7ee432e92c2ebbbf77e798ff904071ae7d0 100644
|
| --- a/chrome/browser/history/chrome_history_client_factory.h
|
| +++ b/chrome/browser/history/chrome_history_client_factory.h
|
| @@ -29,10 +29,10 @@ class ChromeHistoryClientFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| - virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| + virtual bool ServiceIsNULLWhileTesting() const override;
|
| };
|
|
|
| #endif // CHROME_BROWSER_HISTORY_CHROME_HISTORY_CLIENT_FACTORY_H_
|
|
|