// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_MEDIA_ROUTER_CAST_DIALOG_MODEL_H_ #define CHROME_BROWSER_UI_MEDIA_ROUTER_CAST_DIALOG_MODEL_H_ #include <optional> #include <string> #include "chrome/browser/ui/media_router/ui_media_sink.h" namespace media_router { // Holds data needed to populate a Cast dialog. class CastDialogModel { … }; } // namespace media_router #endif // CHROME_BROWSER_UI_MEDIA_ROUTER_CAST_DIALOG_MODEL_H_