Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: components/ntp_snippets/remote/remote_suggestions_scheduler_impl_unittest.cc

Issue 2774663002: [Remote suggestions] Refactor the scheduler (Closed)
Patch Set: Add missing files & make it compile Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698