// Copyright 2023 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_APPS_APP_SERVICE_APP_ICON_WEB_APP_ICON_TEST_HELPER_H_ #define CHROME_BROWSER_APPS_APP_SERVICE_APP_ICON_WEB_APP_ICON_TEST_HELPER_H_ #include <string> #include <vector> #include "chrome/browser/apps/app_service/app_icon/app_icon_factory.h" #include "components/services/app_service/public/cpp/icon_types.h" namespace ui { enum ResourceScaleFactor : int; } namespace web_app { class WebApp; class WebAppIconManager; } // namespace web_app namespace apps { class WebAppIconTestHelper { … }; } // namespace apps #endif // CHROME_BROWSER_APPS_APP_SERVICE_APP_ICON_WEB_APP_ICON_TEST_HELPER_H_