| 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 a49895ce5303c5055d18a8c841e0146d537d2b72..fb43906899885150fe9e2bc9cecbb53e8ad4c3ef 100644
|
| --- a/chrome/browser/ui/network_profile_bubble.h
|
| +++ b/chrome/browser/ui/network_profile_bubble.h
|
| @@ -61,7 +61,7 @@ class NetworkProfileBubble {
|
| static void SetNotificationShown(bool shown);
|
|
|
| // Register the pref that controls whether the bubble should be shown anymore.
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Helper function wrapping the UMA_HISTOGRAM_ENUMERATION macro.
|
| static void RecordUmaEvent(MetricNetworkedProfileCheck event);
|
|
|