// 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. #include "components/safe_browsing/core/browser/sync/sync_utils.h" #include "base/test/task_environment.h" #include "components/signin/public/identity_manager/identity_test_environment.h" #include "components/sync/test/test_sync_service.h" #include "testing/platform_test.h" namespace safe_browsing { class SyncUtilsTest : public PlatformTest { … }; TEST_F(SyncUtilsTest, AreSigninAndSyncSetUpForSafeBrowsingTokenFetches) { … } TEST_F(SyncUtilsTest, IsHistorySyncEnabled) { … } } // namespace safe_browsing