Index: content/renderer/media/peer_connection_handler_base.h |
=================================================================== |
--- content/renderer/media/peer_connection_handler_base.h (revision 177049) |
+++ content/renderer/media/peer_connection_handler_base.h (working copy) |
@@ -11,9 +11,9 @@ |
#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/WebMediaStreamDescriptor.h" |
#include "third_party/libjingle/source/talk/app/webrtc/mediastream.h" |
#include "third_party/libjingle/source/talk/app/webrtc/peerconnectioninterface.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebMediaStreamDescriptor.h" |
namespace content { |
class MediaStreamDependencyFactory; |