Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(769)

Unified Diff: webrtc/api/stats/rtcstats.h

Issue 2331373004: PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. (Closed)
Patch Set: Reverted previous DEPS change (no need to rerun bots yet) Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698