chromium/chrome/browser/ui/views/toolbar/pinned_toolbar_actions_container_layout.h

// Copyright 2024 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_VIEWS_TOOLBAR_PINNED_TOOLBAR_ACTIONS_CONTAINER_LAYOUT_H_
#define CHROME_BROWSER_UI_VIEWS_TOOLBAR_PINNED_TOOLBAR_ACTIONS_CONTAINER_LAYOUT_H_

#include "ui/gfx/geometry/insets.h"
#include "ui/views/layout/layout_manager_base.h"

enum class PinnedToolbarActionFlexPriority {};

class PinnedToolbarActionsContainerLayout : public views::LayoutManagerBase {};

#endif  // CHROME_BROWSER_UI_VIEWS_TOOLBAR_PINNED_TOOLBAR_ACTIONS_CONTAINER_LAYOUT_H_