Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2834)

Unified Diff: chrome/browser/media/media_capture_devices_dispatcher.h

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again, previous had unrelated broken win_rel test. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6dce9fa2f2942e43d492e56629994d45819ab3e1..3e7462a715a97c5aeea77048b5d7adce7f1360c1 100644
--- a/chrome/browser/media/media_capture_devices_dispatcher.h
+++ b/chrome/browser/media/media_capture_devices_dispatcher.h
@@ -10,7 +10,7 @@
#include "base/observer_list.h"
#include "content/public/common/media_stream_request.h"
-class PrefService;
+class PrefServiceSyncable;
// This observer is owned by MediaInternals and deleted when MediaInternals
// is deleted.
@@ -35,7 +35,7 @@ class MediaCaptureDevicesDispatcher
MediaCaptureDevicesDispatcher();
// Registers the preferences related to Media Stream default devices.
- static void RegisterUserPrefs(PrefService* user_prefs);
+ static void RegisterUserPrefs(PrefServiceSyncable* user_prefs);
// Called on IO thread when one audio device is plugged in or unplugged.
void AudioCaptureDevicesChanged(const content::MediaStreamDevices& devices);
« no previous file with comments | « chrome/browser/managed_mode/managed_mode.cc ('k') | chrome/browser/media/media_capture_devices_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698