| 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 f38bcb57675b242109bd4d3607964be8392cc233..c0999e57cdede0f53e343ad1bab13dbd331d8323 100644
|
| --- a/chrome/browser/bookmarks/bookmark_model_factory.h
|
| +++ b/chrome/browser/bookmarks/bookmark_model_factory.h
|
| @@ -33,7 +33,7 @@ class BookmarkModelFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|