chromium/components/safe_browsing/core/browser/sync/safe_browsing_sync_observer_impl_unittest.cc

// 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.

#include "components/safe_browsing/core/browser/sync/safe_browsing_sync_observer_impl.h"

#include "base/functional/bind.h"
#include "base/test/task_environment.h"
#include "components/sync/test/test_sync_service.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/platform_test.h"

namespace safe_browsing {

class SafeBrowsingSyncObserverImplTest : public PlatformTest {};

TEST_F(SafeBrowsingSyncObserverImplTest, ObserveSyncState) {}

TEST_F(SafeBrowsingSyncObserverImplTest, NullSyncService) {}

TEST_F(SafeBrowsingSyncObserverImplTest, NullCallback) {}

}  // namespace safe_browsing