Index: chrome/browser/media/media_stream_devices_controller.h |
diff --git a/chrome/browser/media/media_stream_devices_controller.h b/chrome/browser/media/media_stream_devices_controller.h |
index d423d74fa501e00e51416fbbb1a7e9b7330df7b5..b75a3f1f1ae38da5f31cbeb618393f0ea19c92de 100644 |
--- a/chrome/browser/media/media_stream_devices_controller.h |
+++ b/chrome/browser/media/media_stream_devices_controller.h |
@@ -33,7 +33,7 @@ class MediaStreamDevicesController { |
// and the code cleaner. crbug.com/244389. |
// Registers the prefs backing the audio and video policies. |
- static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry); |
+ static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |
// Public method to be called before creating the MediaStreamInfoBarDelegate. |
// This function will check the content settings exceptions and take the |