Index: webrtc/api/stats/rtcstatsreport.h |
diff --git a/webrtc/api/rtcstatsreport.h b/webrtc/api/stats/rtcstatsreport.h |
similarity index 93% |
copy from webrtc/api/rtcstatsreport.h |
copy to webrtc/api/stats/rtcstatsreport.h |
index fbd78b93f4e970ff0ca43c737404f4bfa6a18a2d..beb865035394f65b4a28bee9d26a7f2c8aa6bb96 100644 |
--- a/webrtc/api/rtcstatsreport.h |
+++ b/webrtc/api/stats/rtcstatsreport.h |
@@ -8,15 +8,15 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_API_RTCSTATSREPORT_H_ |
-#define WEBRTC_API_RTCSTATSREPORT_H_ |
+#ifndef WEBRTC_API_STATS_RTCSTATSREPORT_H_ |
+#define WEBRTC_API_STATS_RTCSTATSREPORT_H_ |
#include <map> |
#include <memory> |
#include <string> |
#include <vector> |
-#include "webrtc/api/rtcstats.h" |
+#include "webrtc/api/stats/rtcstats.h" |
#include "webrtc/base/refcount.h" |
#include "webrtc/base/scoped_ref_ptr.h" |
@@ -87,4 +87,4 @@ class RTCStatsReport : public rtc::RefCountInterface { |
} // namespace webrtc |
-#endif // WEBRTC_API_RTCSTATSREPORT_H_ |
+#endif // WEBRTC_API_STATS_RTCSTATSREPORT_H_ |