diff options
author | tommyw@chromium.org <tommyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-30 16:39:54 +0000 |
---|---|---|
committer | tommyw@chromium.org <tommyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-30 16:39:54 +0000 |
commit | 3440f53e756e876d68f64e8503bc53c170f62958 (patch) | |
tree | 8ea6f624e097ced4e2223fcbdd93130b87d2a8c6 /content | |
parent | 255049b009e3da7df56e1b02617094065868dca4 (diff) | |
download | chromium_src-3440f53e756e876d68f64e8503bc53c170f62958.zip chromium_src-3440f53e756e876d68f64e8503bc53c170f62958.tar.gz chromium_src-3440f53e756e876d68f64e8503bc53c170f62958.tar.bz2 |
Adding some headers for preparation of the rename.
Basically only "include what you use" changes.
BUG=173105
Review URL: https://chromiumcodereview.appspot.com/12091063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
4 files changed, 5 insertions, 1 deletions
diff --git a/content/renderer/media/media_stream_center.h b/content/renderer/media/media_stream_center.h index 764007c..c8aa2b1 100644 --- a/content/renderer/media/media_stream_center.h +++ b/content/renderer/media/media_stream_center.h @@ -9,6 +9,8 @@ #include "base/compiler_specific.h" #include "content/common/content_export.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamCenter.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamComponent.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamDescriptor.h" namespace WebKit { class WebMediaStreamCenterClient; diff --git a/content/renderer/media/mock_web_rtc_peer_connection_handler_client.h b/content/renderer/media/mock_web_rtc_peer_connection_handler_client.h index 838e5c3..69dc00e 100644 --- a/content/renderer/media/mock_web_rtc_peer_connection_handler_client.h +++ b/content/renderer/media/mock_web_rtc_peer_connection_handler_client.h @@ -9,6 +9,7 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamDescriptor.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebRTCICECandidate.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebRTCPeerConnectionHandlerClient.h" diff --git a/content/renderer/media/peer_connection_handler_base.h b/content/renderer/media/peer_connection_handler_base.h index 0008598..a02c506 100644 --- a/content/renderer/media/peer_connection_handler_base.h +++ b/content/renderer/media/peer_connection_handler_base.h @@ -11,6 +11,7 @@ #include "base/memory/ref_counted.h" #include "base/message_loop_proxy.h" #include "content/common/content_export.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamComponent.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamDescriptor.h" #include "third_party/libjingle/source/talk/app/webrtc/mediastream.h" #include "third_party/libjingle/source/talk/app/webrtc/peerconnectioninterface.h" diff --git a/content/renderer/media/peer_connection_tracker.h b/content/renderer/media/peer_connection_tracker.h index 231de5f..6690346 100644 --- a/content/renderer/media/peer_connection_tracker.h +++ b/content/renderer/media/peer_connection_tracker.h @@ -8,12 +8,12 @@ #include <map> #include "content/public/renderer/render_process_observer.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamDescriptor.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebRTCPeerConnectionHandlerClient.h" #include "third_party/libjingle/source/talk/app/webrtc/jsep.h" namespace WebKit { class WebFrame; -class WebMediaStreamDescriptor; class WebRTCICECandidate; class WebString; } // namespace WebKit |