// 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_SHORTCUTS_SHORTCUT_INTEGRATION_INTERACTION_TEST_INTERNAL_H_ #define CHROME_BROWSER_UI_VIEWS_SHORTCUTS_SHORTCUT_INTEGRATION_INTERACTION_TEST_INTERNAL_H_ #include "chrome/browser/shortcuts/shortcut_creation_test_support.h" #include "chrome/test/interaction/interactive_browser_test_internal.h" namespace shortcuts { // Class that provides functionality needed by // ShortcutIntegrationInteractionTestApi but which should not be directly // visible to tests inheriting from the API class. class ShortcutIntegrationInteractionTestPrivate : public internal::InteractiveBrowserTestPrivate { … }; } // namespace shortcuts #endif // CHROME_BROWSER_UI_VIEWS_SHORTCUTS_SHORTCUT_INTEGRATION_INTERACTION_TEST_INTERNAL_H_