// 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 CHROME_BROWSER_UI_VIEWS_SIDE_SEARCH_SIDE_SEARCH_BROWSERTEST_H_ #define CHROME_BROWSER_UI_VIEWS_SIDE_SEARCH_SIDE_SEARCH_BROWSERTEST_H_ #include "chrome/browser/ui/browser.h" #include "chrome/test/base/in_process_browser_test.h" namespace content { class WebContents; } // namespace content namespace ui { class MouseEvent; } // namespace ui namespace views { class Button; } // namespace views class BrowserView; class SidePanel; // Sets up a simple SideSearchConfig for browser tests and defines several test // helper methods. class SideSearchBrowserTest : public InProcessBrowserTest { … }; #endif // CHROME_BROWSER_UI_VIEWS_SIDE_SEARCH_SIDE_SEARCH_BROWSERTEST_H_