Index: chrome/browser/ui/network_profile_bubble.h |
diff --git a/chrome/browser/ui/network_profile_bubble.h b/chrome/browser/ui/network_profile_bubble.h |
index 74eb2facbb442a939800f0bf6ae428a76397369c..18f327995e51f33d8038f455958d2cd14fd05d14 100644 |
--- a/chrome/browser/ui/network_profile_bubble.h |
+++ b/chrome/browser/ui/network_profile_bubble.h |
@@ -8,7 +8,7 @@ |
#include "base/basictypes.h" |
class Browser; |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
class Profile; |
namespace base { |
@@ -58,7 +58,7 @@ class NetworkProfileBubble { |
static void SetNotificationShown(bool shown); |
// Register the pref that controls whether the bubble should be shown anymore. |
- static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
+ static void RegisterUserPrefs(PrefRegistrySyncable* registry); |
// Helper function wrapping the UMA_HISTOGRAM_ENUMERATION macro. |
static void RecordUmaEvent(MetricNetworkedProfileCheck event); |