| Index: webrtc/api/rtcstatscollector_unittest.cc
|
| diff --git a/webrtc/stats/rtcstatscollector_unittest.cc b/webrtc/api/rtcstatscollector_unittest.cc
|
| similarity index 99%
|
| rename from webrtc/stats/rtcstatscollector_unittest.cc
|
| rename to webrtc/api/rtcstatscollector_unittest.cc
|
| index a90c334ae4fbc4e1ad99017e569c52e9dda41146..446990c574129238a24798453f872d8f234005e3 100644
|
| --- a/webrtc/stats/rtcstatscollector_unittest.cc
|
| +++ b/webrtc/api/rtcstatscollector_unittest.cc
|
| @@ -8,15 +8,15 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/stats/rtcstatscollector.h"
|
| +#include "webrtc/api/rtcstatscollector.h"
|
|
|
| #include <memory>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "webrtc/api/jsepsessiondescription.h"
|
| -#include "webrtc/api/rtcstats_objects.h"
|
| -#include "webrtc/api/rtcstatsreport.h"
|
| +#include "webrtc/api/stats/rtcstats_objects.h"
|
| +#include "webrtc/api/stats/rtcstatsreport.h"
|
| #include "webrtc/api/test/mock_datachannel.h"
|
| #include "webrtc/api/test/mock_peerconnection.h"
|
| #include "webrtc/api/test/mock_webrtcsession.h"
|
|
|