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

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

Issue 2331373004: PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. (Closed)
Patch Set: (Corrected an incorrect inclusion) 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
« no previous file with comments | « webrtc/api/rtcstatsreport.h ('k') | webrtc/api/stats/rtcstats_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/api/rtcstatsreport.h ('k') | webrtc/api/stats/rtcstats_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698