#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) { … }
}