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 8edf70662e882633e3b299bc929d099189978d4c..7829539b1844e6e546b388e9690b55380bc91b6e 100644 |
--- a/chrome/browser/ui/network_profile_bubble.h |
+++ b/chrome/browser/ui/network_profile_bubble.h |
@@ -9,7 +9,7 @@ |
class Browser; |
class FilePath; |
-class PrefService; |
+class PrefServiceSyncable; |
class Profile; |
// This class will try to detect if the profile is on a network share and if |
@@ -55,7 +55,7 @@ class NetworkProfileBubble { |
static void SetNotificationShown(bool shown); |
// Register the pref that controls whether the bubble should be shown anymore. |
- static void RegisterPrefs(PrefService* prefs); |
+ static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
// Helper function wrapping the UMA_HISTOGRAM_ENUMERATION macro. |
static void RecordUmaEvent(MetricNetworkedProfileCheck event); |