chromium/chrome/browser/search_engines/template_url_service_factory_test_util.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/search_engines/template_url_service_factory_test_util.h"

#include "base/functional/bind.h"
#include "base/run_loop.h"
#include "chrome/browser/search_engines/template_url_service_factory.h"
#include "chrome/test/base/testing_profile.h"
#include "components/search_engines/template_url_service.h"
#include "components/sync_preferences/testing_pref_service_syncable.h"
#include "content/public/test/test_utils.h"

TemplateURLServiceFactoryTestUtil::TemplateURLServiceFactoryTestUtil(
    TestingProfile* profile)
    :{}

TemplateURLServiceFactoryTestUtil::~TemplateURLServiceFactoryTestUtil() {}

void TemplateURLServiceFactoryTestUtil::VerifyLoad() {}

TemplateURLService* TemplateURLServiceFactoryTestUtil::model() const {}