| Index: chrome/browser/media/media_capture_devices_dispatcher.h
|
| diff --git a/chrome/browser/media/media_capture_devices_dispatcher.h b/chrome/browser/media/media_capture_devices_dispatcher.h
|
| index 1f0937e73fda324a6ae1363c60d7ec6f87cc09d0..2707a3e5dae820061be7cc642382de360dd51164 100644
|
| --- a/chrome/browser/media/media_capture_devices_dispatcher.h
|
| +++ b/chrome/browser/media/media_capture_devices_dispatcher.h
|
| @@ -59,7 +59,7 @@ class MediaCaptureDevicesDispatcher : public content::MediaObserver,
|
| static MediaCaptureDevicesDispatcher* GetInstance();
|
|
|
| // Registers the preferences related to Media Stream default devices.
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Methods for observers. Called on UI thread.
|
| // Observers should add themselves on construction and remove themselves
|
|
|