// 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. #include "chrome/browser/ui/views/media_router/cast_dialog_helper.h" #include "ui/gfx/geometry/insets.h" #include "ui/views/border.h" #include "ui/views/controls/throbber.h" #include "ui/views/layout/fill_layout.h" namespace media_router { std::unique_ptr<views::View> CreateThrobber() { … } } // namespace media_router