| 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..fc3b285fe51acbfa6b19b5e0c56603cd1447f266 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* profile) const OVERRIDE;
|
| virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|