blob: 7c0a046ecae05dbfb92a0b5c701763ff00dfc212 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// 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