| Index: content/renderer/media/rtc_peer_connection_handler.cc
|
| diff --git a/content/renderer/media/rtc_peer_connection_handler.cc b/content/renderer/media/rtc_peer_connection_handler.cc
|
| index 30707cac02a2f3df08cf80fd2f40687182daf9b8..58471f378a30cb42e03505dd82ff69c59e351ec6 100644
|
| --- a/content/renderer/media/rtc_peer_connection_handler.cc
|
| +++ b/content/renderer/media/rtc_peer_connection_handler.cc
|
| @@ -19,18 +19,18 @@
|
| #include "content/renderer/media/rtc_dtmf_sender_handler.h"
|
| #include "content/renderer/media/rtc_media_constraints.h"
|
| #include "content/renderer/render_thread_impl.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaConstraints.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaConstraints.h"
|
| // TODO(hta): Move the following include to WebRTCStatsRequest.h file.
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamSource.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamTrack.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCConfiguration.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCICECandidate.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCPeerConnectionHandlerClient.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCSessionDescription.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCSessionDescriptionRequest.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCStatsRequest.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCVoidRequest.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamSource.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCConfiguration.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCICECandidate.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCPeerConnectionHandlerClient.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCSessionDescription.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCSessionDescriptionRequest.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCStatsRequest.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCVoidRequest.h"
|
| +#include "third_party/WebKit/public/platform/WebURL.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
|
|
| namespace content {
|
|
|