summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_model_factory.h')
-rw-r--r--chrome/browser/bookmarks/bookmark_model_factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/bookmarks/bookmark_model_factory.h b/chrome/browser/bookmarks/bookmark_model_factory.h
index 2ad76a4..0975c14a 100644
--- a/chrome/browser/bookmarks/bookmark_model_factory.h
+++ b/chrome/browser/bookmarks/bookmark_model_factory.h
@@ -15,7 +15,7 @@ class Profile;
class BookmarkModel;
// Singleton that owns all BookmarkModel and associates them with Profiles.
-class BookmarkModelFactory : public ProfileKeyedServiceFactory {
+class BookmarkModelFactory : public BrowserContextKeyedServiceFactory {
public:
static BookmarkModel* GetForProfile(Profile* profile);
@@ -29,8 +29,8 @@ class BookmarkModelFactory : public ProfileKeyedServiceFactory {
BookmarkModelFactory();
virtual ~BookmarkModelFactory();
- // ProfileKeyedServiceFactory:
- virtual ProfileKeyedService* BuildServiceInstanceFor(
+ // BrowserContextKeyedServiceFactory:
+ virtual BrowserContextKeyedService* BuildServiceInstanceFor(
content::BrowserContext* context) const OVERRIDE;
virtual void RegisterUserPrefs(
user_prefs::PrefRegistrySyncable* registry) OVERRIDE;