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