// 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 CONTENT_PUBLIC_BROWSER_SERVICE_PROCESS_HOST_PASSKEYS_H_ #define CONTENT_PUBLIC_BROWSER_SERVICE_PROCESS_HOST_PASSKEYS_H_ #include "base/gtest_prod_util.h" #include "base/types/pass_key.h" namespace screen_ai { class ScreenAIServiceRouter; } // namespace screen_ai namespace content { class VideoCaptureServiceLauncher; class ServiceProcessHostPreloadLibraries { … }; class ServiceProcessHostGpuClient { … }; } // namespace content #endif // CONTENT_PUBLIC_BROWSER_SERVICE_PROCESS_HOST_PASSKEYS_H_