| Index: chrome/browser/bookmarks/bookmark_model_factory.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_model_factory.h b/chrome/browser/bookmarks/bookmark_model_factory.h
|
| index 604c73e2f1f8e7ac460be7cdfffa8fb795b9d2a6..17ed822cd40450cd01406a4293bc69f655ee13e3 100644
|
| --- a/chrome/browser/bookmarks/bookmark_model_factory.h
|
| +++ b/chrome/browser/bookmarks/bookmark_model_factory.h
|
| @@ -30,12 +30,12 @@ class BookmarkModelFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| virtual void RegisterProfilePrefs(
|
| - user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
|
| + user_prefs::PrefRegistrySyncable* registry) 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;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BookmarkModelFactory);
|
| };
|
|
|