// Copyright 2015 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_TOOLBAR_TEST_TOOLBAR_ACTIONS_BAR_BUBBLE_DELEGATE_H_ #define CHROME_BROWSER_UI_TOOLBAR_TEST_TOOLBAR_ACTIONS_BAR_BUBBLE_DELEGATE_H_ #include <memory> #include <string> #include "chrome/browser/ui/toolbar/toolbar_actions_bar_bubble_delegate.h" #include "ui/base/mojom/dialog_button.mojom.h" #include "ui/base/ui_base_types.h" // A test delegate for a bubble to hang off the toolbar actions bar. class TestToolbarActionsBarBubbleDelegate { … }; #endif // CHROME_BROWSER_UI_TOOLBAR_TEST_TOOLBAR_ACTIONS_BAR_BUBBLE_DELEGATE_H_