chromium/chrome/browser/ui/views/enterprise/management_toolbar_button.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_ENTERPRISE_MANAGEMENT_TOOLBAR_BUTTON_H_
#define CHROME_BROWSER_UI_VIEWS_ENTERPRISE_MANAGEMENT_TOOLBAR_BUTTON_H_

#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/ui/views/toolbar/toolbar_button.h"
#include "components/prefs/pref_change_registrar.h"
#include "ui/base/metadata/metadata_header_macros.h"

class Browser;
class BrowserView;
class Profile;

class ManagementToolbarButton : public ToolbarButton {};

#endif  // CHROME_BROWSER_UI_VIEWS_ENTERPRISE_MANAGEMENT_TOOLBAR_BUTTON_H_