| Index: third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCStatsRequestImpl.h b/third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.h
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/modules/mediastream/RTCStatsRequestImpl.h
|
| rename to third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.h
|
| index 9c19ca842d5589a2f02ee9e6ec9768d63a021d0f..78d463f4dc6c12dc13b715307331a2f0930e47e6 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCStatsRequestImpl.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.h
|
| @@ -26,9 +26,9 @@
|
| #define RTCStatsRequestImpl_h
|
|
|
| #include "core/dom/ActiveDOMObject.h"
|
| -#include "modules/mediastream/RTCStatsResponse.h"
|
| +#include "modules/peerconnection/RTCStatsResponse.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "platform/mediastream/RTCStatsRequest.h"
|
| +#include "platform/peerconnection/RTCStatsRequest.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
|
|