#ifndef CHROME_BROWSER_SCREEN_AI_SCREEN_AI_DOWNLOADER_NON_CHROMEOS_H_
#define CHROME_BROWSER_SCREEN_AI_SCREEN_AI_DOWNLOADER_NON_CHROMEOS_H_
#include "base/memory/weak_ptr.h"
#include "base/scoped_observation.h"
#include "chrome/browser/screen_ai/screen_ai_install_state.h"
#include "components/component_updater/component_updater_service.h"
#include "components/update_client/update_client.h"
namespace screen_ai {
class ScreenAIDownloaderNonChromeOS
: public ScreenAIInstallState,
public component_updater::ComponentUpdateService::Observer { … };
}
#endif