#include "components/mirroring/service/openscreen_stats_client.h"
#include "base/logging.h"
#include "media/cast/logging/stats_event_subscriber.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/openscreen/src/cast/streaming/sender_session.h"
#include "third_party/openscreen/src/cast/streaming/statistics.h"
namespace mirroring {
SenderStats;
StatisticType;
HistogramsList;
StatisticsList;
SimpleHistogram;
CastStat;
class OpenscreenStatsClientTest : public ::testing::Test { … };
TEST_F(OpenscreenStatsClientTest, OnStatisticsUpdatedValidValues) { … }
TEST_F(OpenscreenStatsClientTest, OnStatisticsUpdatedEmptyValues) { … }
}