blob: 815da119196a256c0ed9eeea11a5ec1db8251db9 [file]
// Copyright 2014 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/cast/test/mock_cast_transport.h"
namespace media {
namespace cast {
MockCastTransport::MockCastTransport() = default;
MockCastTransport::~MockCastTransport() = default;
} // namespace cast
} // namespace media