| Index: chrome/browser/ui/tabs/pinned_tab_service_factory.h
|
| diff --git a/chrome/browser/ui/tabs/pinned_tab_service_factory.h b/chrome/browser/ui/tabs/pinned_tab_service_factory.h
|
| index 5fa0585c048120d2b425056cd9bcaa826fd69611..903f41fc88769c127c88f48b671e314e9cac2843 100644
|
| --- a/chrome/browser/ui/tabs/pinned_tab_service_factory.h
|
| +++ b/chrome/browser/ui/tabs/pinned_tab_service_factory.h
|
| @@ -30,9 +30,9 @@ class PinnedTabServiceFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| - virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
|
| - virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
| + virtual bool ServiceIsCreatedWithBrowserContext() const override;
|
| + virtual bool ServiceIsNULLWhileTesting() const override;
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_TABS_PINNED_TAB_SERVICE_FACTORY_H_
|
|
|