chromium/components/autofill/core/browser/webdata/mock_autofill_webdata_service.cc

// Copyright 2020 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/autofill/core/browser/webdata/mock_autofill_webdata_service.h"

#include "base/task/single_thread_task_runner.h"
#include "components/webdata/common/web_database_service.h"

namespace autofill {

MockAutofillWebDataService::MockAutofillWebDataService()
    :{}

MockAutofillWebDataService::~MockAutofillWebDataService() = default;

}  // namespace autofill