blob: 7bf8e0cba757594571f0338dcfbc6d65c4a794a5 [file] [log] [blame]
// Copyright 2024 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/modules/test_support.h"
#include <string>
#include <vector>
namespace ntp {
MockHistoryService::MockHistoryService() = default;
MockHistoryService::~MockHistoryService() = default;
} // namespace ntp