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

Unified Diff: webrtc/api/rtcstatscollector.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/rtcstats_objects.h ('k') | webrtc/api/rtcstatscollector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/rtcstatscollector.h
diff --git a/webrtc/stats/rtcstatscollector.h b/webrtc/api/rtcstatscollector.h
similarity index 94%
rename from webrtc/stats/rtcstatscollector.h
rename to webrtc/api/rtcstatscollector.h
index ee59a100225489f57495064638c6b072aa2f66c5..61edc52d0d2a89ff8c2b2fd27a391abc85c17625 100644
--- a/webrtc/stats/rtcstatscollector.h
+++ b/webrtc/api/rtcstatscollector.h
@@ -8,14 +8,14 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_STATS_RTCSTATSCOLLECTOR_H_
-#define WEBRTC_STATS_RTCSTATSCOLLECTOR_H_
+#ifndef WEBRTC_API_RTCSTATSCOLLECTOR_H_
+#define WEBRTC_API_RTCSTATSCOLLECTOR_H_
#include <memory>
#include <vector>
-#include "webrtc/api/rtcstats_objects.h"
-#include "webrtc/api/rtcstatsreport.h"
+#include "webrtc/api/stats/rtcstats_objects.h"
+#include "webrtc/api/stats/rtcstatsreport.h"
#include "webrtc/base/asyncinvoker.h"
#include "webrtc/base/refcount.h"
#include "webrtc/base/scoped_ref_ptr.h"
@@ -94,4 +94,4 @@ class RTCStatsCollector : public virtual rtc::RefCountInterface {
} // namespace webrtc
-#endif // WEBRTC_STATS_RTCSTATSCOLLECTOR_H_
+#endif // WEBRTC_API_RTCSTATSCOLLECTOR_H_
« no previous file with comments | « webrtc/api/rtcstats_objects.h ('k') | webrtc/api/rtcstatscollector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698