// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SAFE_BROWSING_CORE_BROWSER_SYNC_SYNC_UTILS_H_ #define COMPONENTS_SAFE_BROWSING_CORE_BROWSER_SYNC_SYNC_UTILS_H_ namespace syncer { class SyncService; } namespace signin { class IdentityManager; } namespace safe_browsing { // This class implements sync and signin-related safe browsing utilities. class SyncUtils { … }; // class SyncUtils } // namespace safe_browsing #endif // COMPONENTS_SAFE_BROWSING_CORE_BROWSER_SYNC_SYNC_UTILS_H_