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 6a09ed1424f37b0759412741b5f12c504a35c385..431c48ee12de9384075ad9efd9a3134a3ff6019b 100644 |
--- a/chrome/browser/ui/prefs/prefs_tab_helper.h |
+++ b/chrome/browser/ui/prefs/prefs_tab_helper.h |
@@ -58,7 +58,7 @@ class PrefsTabHelper : public content::NotificationObserver, |
content::NotificationRegistrar registrar_; |
PrefChangeRegistrar pref_change_registrar_; |
base::WeakPtrFactory<PrefsTabHelper> weak_ptr_factory_; |
- scoped_ptr<base::CallbackRegistry<void>::Subscription> |
+ scoped_ptr<base::CallbackRegistry<void(void)>::Subscription> |
style_sheet_subscription_; |
DISALLOW_COPY_AND_ASSIGN(PrefsTabHelper); |