chromium/chrome/browser/bitmap_fetcher/bitmap_fetcher_service_factory.cc

// Copyright 2014 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/bitmap_fetcher/bitmap_fetcher_service_factory.h"

#include "chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h"
#include "chrome/browser/profiles/profile.h"

/// Factory
BitmapFetcherService* BitmapFetcherServiceFactory::GetForBrowserContext(
    content::BrowserContext* profile) {}

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

BitmapFetcherServiceFactory::BitmapFetcherServiceFactory()
    :{}

BitmapFetcherServiceFactory::~BitmapFetcherServiceFactory() = default;

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