| 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 bb086a6e7dc9b78d34cafb7913c189cad5b6b276..2468df767c4cade1de9b7e5cb36893dcddc1f58c 100644
|
| --- a/chrome/browser/media/media_stream_devices_controller.h
|
| +++ b/chrome/browser/media/media_stream_devices_controller.h
|
| @@ -9,13 +9,16 @@
|
|
|
| #include "content/public/browser/web_contents_delegate.h"
|
|
|
| +class Profile;
|
| +class TabSpecificContentSettings;
|
| +
|
| namespace content {
|
| class WebContents;
|
| }
|
|
|
| +namespace user_prefs {
|
| class PrefRegistrySyncable;
|
| -class Profile;
|
| -class TabSpecificContentSettings;
|
| +}
|
|
|
| class MediaStreamDevicesController {
|
| public:
|
| @@ -26,7 +29,7 @@ class MediaStreamDevicesController {
|
| virtual ~MediaStreamDevicesController();
|
|
|
| // Registers the prefs backing the audio and video policies.
|
| - static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
| + static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Public method to be called before creating the MediaStreamInfoBarDelegate.
|
| // This function will check the content settings exceptions and take the
|
|
|