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

Unified Diff: webrtc/modules/remote_bitrate_estimator/bwe_defines.cc

Issue 2206583002: Add UMA for tracking which BWE versions are in use. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: . Created 4 years, 4 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/modules/remote_bitrate_estimator/bwe_defines.cc
diff --git a/webrtc/modules/audio_coding/neteq/packet.cc b/webrtc/modules/remote_bitrate_estimator/bwe_defines.cc
similarity index 79%
copy from webrtc/modules/audio_coding/neteq/packet.cc
copy to webrtc/modules/remote_bitrate_estimator/bwe_defines.cc
index 8a19fe4d5923d5e22a5b485600c6da0c5f3856ba..3587ebf744b9925525f0e08bab3fb75a200799ff 100644
--- a/webrtc/modules/audio_coding/neteq/packet.cc
+++ b/webrtc/modules/remote_bitrate_estimator/bwe_defines.cc
@@ -7,13 +7,7 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-
-#include "webrtc/modules/audio_coding/neteq/packet.h"
-
namespace webrtc {
-Packet::Packet() = default;
-
-Packet::~Packet() = default;
-
+const char* kBweTypeHistogram = "WebRTC.BWE.Types";
} // namespace webrtc
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/BUILD.gn ('k') | webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698