// 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 CHROME_BROWSER_SCREEN_AI_SCREEN_AI_INSTALL_STATE_H_ #define CHROME_BROWSER_SCREEN_AI_SCREEN_AI_INSTALL_STATE_H_ #include <memory> #include <vector> #include "base/files/file_path.h" #include "base/functional/callback.h" #include "base/memory/raw_ptr.h" #include "base/observer_list.h" #include "base/version.h" class PrefService; namespace screen_ai { class ScreenAIInstallState { … }; } // namespace screen_ai #endif // CHROME_BROWSER_SCREEN_AI_SCREEN_AI_INSTALL_STATE_H_