| // Copyright 2016 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/ntp_snippets/remote/test_utils.h" | |
| #include <memory> | |
| namespace ntp_snippets { | |
| namespace test { | |
| RemoteSuggestionsTestUtils::RemoteSuggestionsTestUtils() | |
| : pref_service_(std::make_unique<TestingPrefServiceSyncable>()) {} | |
| RemoteSuggestionsTestUtils::~RemoteSuggestionsTestUtils() = default; | |
| } // namespace test | |
| } // namespace ntp_snippets |