| Index: components/ntp_snippets/remote/request_throttler_unittest.cc
|
| diff --git a/components/ntp_snippets/remote/request_throttler_unittest.cc b/components/ntp_snippets/remote/request_throttler_unittest.cc
|
| index 79eca3b0b88e780ef2d6440268e42026ce0fed8d..002560553db5203ea1cafcf3e8bb5c1b9052efcf 100644
|
| --- a/components/ntp_snippets/remote/request_throttler_unittest.cc
|
| +++ b/components/ntp_snippets/remote/request_throttler_unittest.cc
|
| @@ -24,8 +24,8 @@ class RequestThrottlerTest : public testing::Test {
|
| RequestThrottler::RegisterProfilePrefs(test_prefs_.registry());
|
| // Use any arbitrary RequestType for this unittest.
|
| throttler_.reset(new RequestThrottler(
|
| - &test_prefs_,
|
| - RequestThrottler::RequestType::CONTENT_SUGGESTION_FETCHER));
|
| + &test_prefs_, RequestThrottler::RequestType::
|
| + CONTENT_SUGGESTION_FETCHER_ACTIVE_NTP_USER));
|
| throttler_->quota_ = kCounterQuota;
|
| }
|
|
|
|
|