// Copyright 2019 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/media/router/providers/cast/test_util.h" #include "components/media_router/common/providers/cast/channel/enum_table.h" #include "testing/gmock/include/gmock/gmock.h" namespace media_router { std::ostream& operator<<(std::ostream& out, CastInternalMessage::Type type) { … } std::ostream& operator<<(std::ostream& out, const CastInternalMessage& message) { … } } // namespace media_router