chromium/components/sync/test/fake_sync_engine_factory.h

// 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_SYNC_TEST_FAKE_SYNC_ENGINE_FACTORY_H_
#define COMPONENTS_SYNC_TEST_FAKE_SYNC_ENGINE_FACTORY_H_

#include <memory>
#include <string>

#include "components/sync/base/data_type.h"
#include "components/sync/engine/sync_engine.h"
#include "components/sync/service/sync_engine_factory.h"

namespace syncer {

class FakeSyncEngine;

class FakeSyncEngineFactory : public SyncEngineFactory {};

}  // namespace syncer

#endif  // COMPONENTS_SYNC_TEST_FAKE_SYNC_ENGINE_FACTORY_H_