| Index: webrtc/api/stats/rtcstats.h
|
| diff --git a/webrtc/api/rtcstats.h b/webrtc/api/stats/rtcstats.h
|
| similarity index 98%
|
| rename from webrtc/api/rtcstats.h
|
| rename to webrtc/api/stats/rtcstats.h
|
| index 1196e97373671e8d203f9ce58977b19d766a9663..a89efd5c5de5ed79bcad1ab18f136423c9a0a966 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>
|
| @@ -280,4 +280,4 @@ class RTCStatsMember : public RTCStatsMemberInterface {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_API_RTCSTATS_H_
|
| +#endif // WEBRTC_API_STATS_RTCSTATS_H_
|
|
|