chromium/media/capture/video/video_capture_metrics_unittest.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "media/capture/video/video_capture_metrics.h"

#include "base/test/metrics/histogram_tester.h"
#include "media/capture/mojom/image_capture.mojom.h"
#include "media/capture/mojom/image_capture_types.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

Bucket;
UnorderedElementsAre;

namespace media {

mojom::PhotoStatePtr MakePhotoState(bool blur,
                                    bool face_framing,
                                    bool eye_gaze) {}

TEST(VideoCaptureMetricsTest, TestLogCaptureDeviceMetrics) {}

TEST(VideoCaptureMetricsTest, TestLogCaptureDeviceEffects) {}

}  // namespace media