| Index: content/browser/renderer_host/media/media_stream_device_settings.cc
|
| diff --git a/content/browser/renderer_host/media/media_stream_device_settings.cc b/content/browser/renderer_host/media/media_stream_device_settings.cc
|
| index 3edaf39af762bd83915cf42aa6ed35f1e7417b23..85c634ed0d7d9489f5aaf7cacee8748f56ef7390 100644
|
| --- a/content/browser/renderer_host/media/media_stream_device_settings.cc
|
| +++ b/content/browser/renderer_host/media/media_stream_device_settings.cc
|
| @@ -10,6 +10,8 @@
|
| #include "content/common/media/media_stream_options.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace media_stream {
|
|
|
| typedef std::map<MediaStreamType, StreamDeviceInfoArray> DeviceMap;
|
|
|