| Index: content/renderer/media/rtc_peer_connection_handler.h
|
| diff --git a/content/renderer/media/rtc_peer_connection_handler.h b/content/renderer/media/rtc_peer_connection_handler.h
|
| index 7fc9288188b1831e90f356c9ec2577cb5817d092..30b7a3de44ffc206597991e086ae81da3e1f4814 100644
|
| --- a/content/renderer/media/rtc_peer_connection_handler.h
|
| +++ b/content/renderer/media/rtc_peer_connection_handler.h
|
| @@ -9,9 +9,9 @@
|
| #include "base/compiler_specific.h"
|
| #include "content/common/content_export.h"
|
| #include "content/renderer/media/peer_connection_handler_base.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCPeerConnectionHandler.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCStatsRequest.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCStatsResponse.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCStatsRequest.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCStatsResponse.h"
|
|
|
| namespace WebKit {
|
| class WebFrame;
|
|
|