chromium/components/autofill/core/browser/mock_autocomplete_history_manager.cc

// Copyright 2018 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/mock_autocomplete_history_manager.h"

#include "components/autofill/core/browser/autocomplete_history_manager.h"

namespace autofill {
MockAutocompleteHistoryManager::MockAutocompleteHistoryManager() = default;

MockAutocompleteHistoryManager::~MockAutocompleteHistoryManager() = default;

}  // namespace autofill