Index: chrome/browser/ui/prefs/prefs_tab_helper.h |
diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.h b/chrome/browser/ui/prefs/prefs_tab_helper.h |
index 6d613d466a1fc376e567d4b07028501067a9e492..b5fb7ceee43589288b68fd655c45f49bf3238bf5 100644 |
--- a/chrome/browser/ui/prefs/prefs_tab_helper.h |
+++ b/chrome/browser/ui/prefs/prefs_tab_helper.h |
@@ -57,6 +57,7 @@ class PrefsTabHelper : public content::NotificationObserver, |
content::NotificationRegistrar registrar_; |
PrefChangeRegistrar pref_change_registrar_; |
base::WeakPtrFactory<PrefsTabHelper> weak_ptr_factory_; |
+ base::Closure remove_callback_; |
DISALLOW_COPY_AND_ASSIGN(PrefsTabHelper); |
}; |