blob: 21564660b7ca4cd5c376e18a8bd854ba134e45d2 [file] [log] [blame]
// Copyright 2018 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 "chrome/browser/ui/media_router/cast_dialog_model.h"
namespace media_router {
CastDialogModel::CastDialogModel() = default;
CastDialogModel::CastDialogModel(const CastDialogModel& other) = default;
CastDialogModel::~CastDialogModel() = default;
} // namespace media_router