chromium/chrome/browser/sync/chrome_sync_client.h

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_SYNC_CHROME_SYNC_CLIENT_H__
#define CHROME_BROWSER_SYNC_CHROME_SYNC_CLIENT_H__

#include <memory>

#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/sync/glue/extensions_activity_monitor.h"
#include "components/prefs/pref_change_registrar.h"
#include "components/sync/service/data_type_controller.h"
#include "components/sync/service/local_data_description.h"
#include "components/sync/service/sync_client.h"
#include "extensions/buildflags/buildflags.h"

class Profile;

namespace syncer {
class DataTypeController;
class DataTypeStoreService;
class SyncService;
class SyncableService;
}  // namespace syncer

namespace browser_sync {

class LocalDataQueryHelper;
class LocalDataMigrationHelper;
class SyncEngineFactoryImpl;

class ChromeSyncClient : public syncer::SyncClient {};

}  // namespace browser_sync

#endif  // CHROME_BROWSER_SYNC_CHROME_SYNC_CLIENT_H__