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

Unified Diff: content/browser/media/media_internals.h

Issue 2169013002: Change class VideoCaptureDevice::Name to struct VideoCaptureDeviceDescriptor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed emircan's comments. Created 4 years, 5 months 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: content/browser/media/media_internals.h
diff --git a/content/browser/media/media_internals.h b/content/browser/media/media_internals.h
index 7203b2fc9ac50e9d5603e58a8fa63392071eb1b4..d82179c9a2fd1424d17483e517689b25f864498e 100644
--- a/content/browser/media/media_internals.h
+++ b/content/browser/media/media_internals.h
@@ -17,12 +17,12 @@
#include "base/strings/string16.h"
#include "base/synchronization/lock.h"
#include "base/values.h"
+#include "content/browser/media/video_capture_device_info.h"
#include "content/common/content_export.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "media/audio/audio_logging.h"
#include "media/base/media_log.h"
-#include "media/capture/video/video_capture_device_info.h"
namespace media {
class AudioParameters;
@@ -73,7 +73,7 @@ class CONTENT_EXPORT MediaInternals
// Called to inform of the capabilities enumerated for video devices.
void UpdateVideoCaptureDeviceCapabilities(
- const media::VideoCaptureDeviceInfos& video_capture_device_infos);
+ const VideoCaptureDeviceInfos& video_capture_device_infos);
// AudioLogFactory implementation. Safe to call from any thread.
std::unique_ptr<media::AudioLog> CreateAudioLog(
« no previous file with comments | « no previous file | content/browser/media/media_internals.cc » ('j') | content/browser/media/media_internals_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698