chromium/chrome/browser/extensions/extension_sync_service_factory.cc

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

#include "chrome/browser/extensions/extension_sync_service_factory.h"

#include "chrome/browser/extensions/extension_sync_service.h"
#include "chrome/browser/extensions/extension_system_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "components/prefs/pref_service.h"
#include "extensions/browser/extension_prefs_factory.h"
#include "extensions/browser/extension_registry_factory.h"
#include "extensions/browser/extension_system.h"
#include "extensions/browser/extensions_browser_client.h"

// static
ExtensionSyncService* ExtensionSyncServiceFactory::GetForBrowserContext(
    content::BrowserContext* context) {}

// static
ExtensionSyncServiceFactory* ExtensionSyncServiceFactory::GetInstance() {}

ExtensionSyncServiceFactory::ExtensionSyncServiceFactory()
    :{}

ExtensionSyncServiceFactory::~ExtensionSyncServiceFactory() = default;

std::unique_ptr<KeyedService>
ExtensionSyncServiceFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* context) const {}