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

Unified Diff: webrtc/api/stats/rtcstatsreport.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/stats/rtcstats_objects.h ('k') | webrtc/stats/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/api/stats/rtcstats_objects.h ('k') | webrtc/stats/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698