| // 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 |