chromium/chrome/browser/new_tab_page/chrome_colors/chrome_colors_factory.cc

// Copyright 2019 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/new_tab_page/chrome_colors/chrome_colors_factory.h"

#include "chrome/browser/new_tab_page/chrome_colors/chrome_colors_service.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/search_engines/template_url_service_factory.h"
#include "chrome/browser/themes/theme_service_factory.h"

namespace chrome_colors {

// static
ChromeColorsService* ChromeColorsFactory::GetForProfile(Profile* profile) {}

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

ChromeColorsFactory::ChromeColorsFactory()
    :{}

ChromeColorsFactory::~ChromeColorsFactory() = default;

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

}  // namespace chrome_colors