Index: chrome/browser/profiles/profile_io_data.h |
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h |
index 760a06d249ca034151bf6c634fe4840ea8aa2d29..3a6f2fca4cf26c17275bbf83eb06bd7cb7eeb4a6 100644 |
--- a/chrome/browser/profiles/profile_io_data.h |
+++ b/chrome/browser/profiles/profile_io_data.h |
@@ -34,6 +34,10 @@ namespace fileapi { |
class FileSystemContext; |
} // namespace fileapi |
+namespace media_stream { |
+class MediaStreamManager; |
+} // namespace media_stream |
+ |
namespace net { |
class CookieStore; |
class DnsCertProvenanceChecker; |
@@ -281,6 +285,7 @@ class ProfileIOData { |
mutable scoped_refptr<fileapi::FileSystemContext> file_system_context_; |
mutable scoped_refptr<quota::QuotaManager> quota_manager_; |
mutable scoped_refptr<HostZoomMap> host_zoom_map_; |
+ mutable scoped_ptr<media_stream::MediaStreamManager> media_stream_manager_; |
// TODO(willchan): Remove from ResourceContext. |
mutable scoped_refptr<ExtensionInfoMap> extension_info_map_; |