// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/media/capture/desktop_capture_device_uma_types.h" #include "base/metrics/histogram_macros.h" namespace content { void IncrementDesktopCaptureCounter(DesktopCaptureCounters counter) { … } } // namespace content