// 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 COMPONENTS_USER_EDUCATION_VIEWS_HELP_BUBBLE_DELEGATE_H_ #define COMPONENTS_USER_EDUCATION_VIEWS_HELP_BUBBLE_DELEGATE_H_ #include <vector> #include "ui/base/accelerators/accelerator.h" #include "ui/color/color_id.h" namespace ui { class TrackedElement; } namespace user_education { // Provides access to app-specific strings, styles, and navigation accelerators // so we can properly handle them. class HelpBubbleDelegate { … }; } // namespace user_education #endif // COMPONENTS_USER_EDUCATION_VIEWS_HELP_BUBBLE_DELEGATE_H_