chromium/media/remoting/metrics_unittest.cc

// Copyright 2016 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/remoting/metrics.h"

#include <string>

#include "base/test/metrics/histogram_tester.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

Bucket;
ElementsAre;

namespace media {
namespace remoting {

namespace {

class MediaRemotingMetricsTest : public testing::Test {};

}  // namespace

TEST_F(MediaRemotingMetricsTest, RecordVideoPixelRateSupport) {}

TEST_F(MediaRemotingMetricsTest, RecordCompatibility) {}

}  // namespace remoting
}  // namespace media