Index: chrome/browser/ui/prefs/prefs_tab_helper.h |
=================================================================== |
--- chrome/browser/ui/prefs/prefs_tab_helper.h (revision 115777) |
+++ chrome/browser/ui/prefs/prefs_tab_helper.h (working copy) |
@@ -18,7 +18,7 @@ |
class PrefsTabHelper : public content::WebContentsObserver, |
public content::NotificationObserver { |
public: |
- explicit PrefsTabHelper(TabContents* contents); |
+ explicit PrefsTabHelper(content::WebContents* contents); |
virtual ~PrefsTabHelper(); |
static void RegisterUserPrefs(PrefService* prefs); |
@@ -46,9 +46,6 @@ |
Profile* GetProfile(); |
- // Our owning TabContents. |
- TabContents* contents_; |
- |
content::NotificationRegistrar registrar_; |
scoped_ptr<PrefService> per_tab_prefs_; |