// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/protocol/frame_stats.h" #include "remoting/proto/video_stats.pb.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/webrtc/api/video/video_codec_type.h" namespace remoting::protocol { class FrameStatsTest : public testing::Test { … }; TEST_F(FrameStatsTest, ToStatsMessageAndBack_RestoresFrameStats) { … } } // namespace remoting::protocol