| Index: components/ntp_snippets/remote/remote_suggestions_scheduler_impl_unittest.cc
|
| diff --git a/components/ntp_snippets/remote/scheduling_remote_suggestions_provider_unittest.cc b/components/ntp_snippets/remote/remote_suggestions_scheduler_impl_unittest.cc
|
| similarity index 99%
|
| rename from components/ntp_snippets/remote/scheduling_remote_suggestions_provider_unittest.cc
|
| rename to components/ntp_snippets/remote/remote_suggestions_scheduler_impl_unittest.cc
|
| index 02ac9f548ed46d678f8362097bcbabf63f2efa3a..e668d7b2c5a14359daf1f20188e81a046613f835 100644
|
| --- a/components/ntp_snippets/remote/scheduling_remote_suggestions_provider_unittest.cc
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_scheduler_impl_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // 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/scheduling_remote_suggestions_provider.h"
|
| +#include "components/ntp_snippets/remote/remote_suggestions_scheduler_impl.h"
|
|
|
| #include <memory>
|
| #include <set>
|
| @@ -114,8 +114,7 @@ class MockRemoteSuggestionsProvider : public RemoteSuggestionsProvider {
|
|
|
| } // namespace
|
|
|
| -class SchedulingRemoteSuggestionsProviderTest
|
| - : public ::testing::Test {
|
| +class SchedulingRemoteSuggestionsProviderTest : public ::testing::Test {
|
| public:
|
| SchedulingRemoteSuggestionsProviderTest()
|
| : // For the test we enabled all trigger types.
|
|
|