#ifndef CHROME_BROWSER_WEB_APPLICATIONS_TEST_FAKE_OS_INTEGRATION_MANAGER_H_
#define CHROME_BROWSER_WEB_APPLICATIONS_TEST_FAKE_OS_INTEGRATION_MANAGER_H_
#include <map>
#include <optional>
#include <string_view>
#include "chrome/browser/web_applications/os_integration/os_integration_manager.h"
#include "components/webapps/common/web_app_id.h"
namespace web_app {
class WebAppFileHandlerManager;
class WebAppProtocolHandlerManager;
class FakeOsIntegrationManager : public OsIntegrationManager { … };
}
#endif