blob: 3c5d66270818c4ab83c68dd2b5e2e6cc09e837cd [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/payments/content/mock_web_payments_web_data_service.h"
#include "base/files/file_path.h"
#include "base/task/single_thread_task_runner.h"
#include "components/webdata/common/web_database_service.h"
namespace payments {
MockWebPaymentsWebDataService::MockWebPaymentsWebDataService()
: payments::WebPaymentsWebDataService(
base::MakeRefCounted<WebDatabaseService>(
base::FilePath(),
base::SingleThreadTaskRunner::GetCurrentDefault(),
base::SingleThreadTaskRunner::GetCurrentDefault()),
base::SingleThreadTaskRunner::GetCurrentDefault()) {}
MockWebPaymentsWebDataService::~MockWebPaymentsWebDataService() = default;
MockWebDataServiceWrapper::MockWebDataServiceWrapper() = default;
MockWebDataServiceWrapper::~MockWebDataServiceWrapper() = default;
} // namespace payments