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 e67f8bfb0559a8619afa19d982bbe25ecd831e09..0bb88bf2b2a7b45e79526d5bad39e39ac7939db5 100644 |
--- a/chrome/browser/media/media_stream_devices_controller.h |
+++ b/chrome/browser/media/media_stream_devices_controller.h |
@@ -9,7 +9,7 @@ |
#include "content/public/browser/web_contents_delegate.h" |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
class Profile; |
class TabSpecificContentSettings; |
@@ -23,7 +23,7 @@ class MediaStreamDevicesController { |
virtual ~MediaStreamDevicesController(); |
// Registers the prefs backing the audio and video policies. |
- static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
+ static void RegisterUserPrefs(PrefRegistrySyncable* registry); |
// Public method to be called before creating the MediaStreamInfoBarDelegate. |
// This function will check the content settings exceptions and take the |