// 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 "chrome/browser/ui/media_router/cast_modes_with_media_sources.h" #include "components/media_router/common/media_sink.h" #include "components/media_router/common/media_source.h" #include "components/media_router/common/test/test_helper.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h" namespace media_router { TEST(MediaRouterCastModesWithMediaSourcesTest, AddAndRemoveSources) { … } } // namespace media_router