chromium/content/browser/metrics/histograms_monitor_unittest.cc

// Copyright 2021 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/metrics/histograms_monitor.h"

#include "base/metrics/histogram_macros.h"
#include "base/metrics/statistics_recorder.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace content {

class HistogramsMonitorTest : public testing::Test {};

TEST_F(HistogramsMonitorTest, StartMonitoringThenGetDiff) {}

TEST_F(HistogramsMonitorTest, StartMonitoringWithQueryThenGetDiff) {}

TEST_F(HistogramsMonitorTest, CaseInsensitiveQuery) {}

}  // namespace content