summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r--chrome/browser/profile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
index 5787716..de6ed47 100644
--- a/chrome/browser/profile.h
+++ b/chrome/browser/profile.h
@@ -49,6 +49,7 @@ class NavigationController;
class NTPResourceCache;
class PasswordStore;
class PersonalDataManager;
+class PinnedTabService;
class PrefService;
class ProfileSyncService;
class ProfileSyncFactory;
@@ -570,6 +571,7 @@ class ProfileImpl : public Profile,
scoped_refptr<WebKitContext> webkit_context_;
scoped_ptr<DesktopNotificationService> desktop_notification_service_;
scoped_ptr<PersonalDataManager> personal_data_manager_;
+ scoped_ptr<PinnedTabService> pinned_tab_service_;
bool history_service_created_;
bool favicon_service_created_;
bool created_web_data_service_;