aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/desktop_capture/desktop_capturer.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/desktop_capture/desktop_capturer.cc b/modules/desktop_capture/desktop_capturer.cc
index c6a8dec4d4..5211f1acec 100644
--- a/modules/desktop_capture/desktop_capturer.cc
+++ b/modules/desktop_capture/desktop_capturer.cc
@@ -29,7 +29,8 @@
namespace webrtc {
void LogDesktopCapturerFullscreenDetectorUsage() {
- RTC_HISTOGRAM_BOOLEAN("WebRTC.Screenshare.DesktopCapturerUsage", true);
+ RTC_HISTOGRAM_BOOLEAN("WebRTC.Screenshare.DesktopCapturerFullscreenDetector",
+ true);
}
DesktopCapturer::~DesktopCapturer() = default;