Index: components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc |
diff --git a/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc b/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc |
index a75bcfe0a4bdb6e52fdcfcf5e5c24ebd72178b82..0be0dd69e0beaddf5847bc63d0c27174ee2c1513 100644 |
--- a/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc |
+++ b/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc |
@@ -283,7 +283,6 @@ class RemoteSuggestionsFetcherTestBase : public testing::Test { |
mock_task_runner_(new base::TestMockTimeTaskRunner()), |
mock_task_runner_handle_(mock_task_runner_), |
test_url_(gurl) { |
- RequestThrottler::RegisterProfilePrefs(utils_.pref_service()->registry()); |
UserClassifier::RegisterProfilePrefs(utils_.pref_service()->registry()); |
user_classifier_ = base::MakeUnique<UserClassifier>(utils_.pref_service()); |
// Increase initial time such that ticks are non-zero. |