Index: webrtc/api/stats/rtcstats.h |
diff --git a/webrtc/api/rtcstats.h b/webrtc/api/stats/rtcstats.h |
similarity index 98% |
copy from webrtc/api/rtcstats.h |
copy to webrtc/api/stats/rtcstats.h |
index e2cbf29c74dcc0dbd81edb05cb4884867387f733..01dd1c3e215e4eed0d85884f653302ab1e807bc9 100644 |
--- a/webrtc/api/rtcstats.h |
+++ b/webrtc/api/stats/rtcstats.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_API_RTCSTATS_H_ |
-#define WEBRTC_API_RTCSTATS_H_ |
+#ifndef WEBRTC_API_STATS_RTCSTATS_H_ |
+#define WEBRTC_API_STATS_RTCSTATS_H_ |
#include <map> |
#include <memory> |
@@ -278,4 +278,4 @@ class RTCStatsMember : public RTCStatsMemberInterface { |
} // namespace webrtc |
-#endif // WEBRTC_API_RTCSTATS_H_ |
+#endif // WEBRTC_API_STATS_RTCSTATS_H_ |