| Index: webrtc/api/rtcstatscollector.h
|
| diff --git a/webrtc/stats/rtcstatscollector.h b/webrtc/api/rtcstatscollector.h
|
| similarity index 94%
|
| rename from webrtc/stats/rtcstatscollector.h
|
| rename to webrtc/api/rtcstatscollector.h
|
| index ee59a100225489f57495064638c6b072aa2f66c5..61edc52d0d2a89ff8c2b2fd27a391abc85c17625 100644
|
| --- a/webrtc/stats/rtcstatscollector.h
|
| +++ b/webrtc/api/rtcstatscollector.h
|
| @@ -8,14 +8,14 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_STATS_RTCSTATSCOLLECTOR_H_
|
| -#define WEBRTC_STATS_RTCSTATSCOLLECTOR_H_
|
| +#ifndef WEBRTC_API_RTCSTATSCOLLECTOR_H_
|
| +#define WEBRTC_API_RTCSTATSCOLLECTOR_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
|
|
| -#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/base/asyncinvoker.h"
|
| #include "webrtc/base/refcount.h"
|
| #include "webrtc/base/scoped_ref_ptr.h"
|
| @@ -94,4 +94,4 @@ class RTCStatsCollector : public virtual rtc::RefCountInterface {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_STATS_RTCSTATSCOLLECTOR_H_
|
| +#endif // WEBRTC_API_RTCSTATSCOLLECTOR_H_
|
|
|