// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_WEBUI_EXAMPLES_BROWSER_UI_AURA_FILL_LAYOUT_H_ #define UI_WEBUI_EXAMPLES_BROWSER_UI_AURA_FILL_LAYOUT_H_ #include "base/memory/raw_ptr.h" #include "ui/aura/layout_manager.h" namespace aura { class Window; } namespace webui_examples { class FillLayout : public aura::LayoutManager { … }; } // namespace webui_examples #endif // UI_WEBUI_EXAMPLES_BROWSER_UI_AURA_FILL_LAYOUT_H_