| Index: chrome/browser/ui/find_bar/find_bar_state_factory.h
|
| diff --git a/chrome/browser/ui/find_bar/find_bar_state_factory.h b/chrome/browser/ui/find_bar/find_bar_state_factory.h
|
| index b52c0b7680e0dd1dbaebac25234f3a1acbe393de..bf5c5b41c5befa5cd1f25537afd646d86f62994c 100644
|
| --- a/chrome/browser/ui/find_bar/find_bar_state_factory.h
|
| +++ b/chrome/browser/ui/find_bar/find_bar_state_factory.h
|
| @@ -32,9 +32,9 @@ class FindBarStateFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FindBarStateFactory);
|
| };
|
|
|