// Copyright 2024 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_MAC_CODE_SIGN_CLONE_MANAGER_H_ #define CHROME_BROWSER_MAC_CODE_SIGN_CLONE_MANAGER_H_ #include "base/feature_list.h" #include "base/files/file_path.h" #include "base/functional/callback_helpers.h" #include "base/memory/weak_ptr.h" #include "base/timer/timer.h" #include "content/public/common/main_function_params.h" code_sign_clone_manager // namespace code_sign_clone_manager #endif // CHROME_BROWSER_MAC_CODE_SIGN_CLONE_MANAGER_H_