#include "chrome/browser/sync/account_bookmark_sync_service_factory.h"
#include "base/feature_list.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/undo/bookmark_undo_service_factory.h"
#include "components/sync/base/features.h"
#include "components/sync/model/wipe_model_upon_sync_disabled_behavior.h"
#include "components/sync_bookmarks/bookmark_sync_service.h"
sync_bookmarks::BookmarkSyncService*
AccountBookmarkSyncServiceFactory::GetForProfile(Profile* profile) { … }
AccountBookmarkSyncServiceFactory*
AccountBookmarkSyncServiceFactory::GetInstance() { … }
AccountBookmarkSyncServiceFactory::AccountBookmarkSyncServiceFactory()
: … { … }
AccountBookmarkSyncServiceFactory::~AccountBookmarkSyncServiceFactory() =
default;
KeyedService* AccountBookmarkSyncServiceFactory::BuildServiceInstanceFor(
content::BrowserContext* context) const { … }