blob: e1dece42bc1f8613d535d541fe1294c756bce4a0 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// 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