| Index: third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCStatsResponse.h b/third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
|
| similarity index 95%
|
| rename from third_party/WebKit/Source/modules/mediastream/RTCStatsResponse.h
|
| rename to third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
|
| index 661b86b345f6b8b314674833ad845a1ddbbee406..f70036180e26cb459627d269283e4f7c1a1c71b2 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCStatsResponse.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
|
| @@ -26,9 +26,9 @@
|
| #define RTCStatsResponse_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "modules/mediastream/RTCStatsReport.h"
|
| +#include "modules/peerconnection/RTCStatsReport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "platform/mediastream/RTCStatsResponseBase.h"
|
| +#include "platform/peerconnection/RTCStatsResponseBase.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|