Index: chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc |
diff --git a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc |
index 7a8e2333d86811ccabe00d88bfd0d5e6846c292c..ca30b3da0a3c5a3339cf029b13e1f7ac03485c50 100644 |
--- a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc |
+++ b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc |
@@ -320,7 +320,7 @@ TEST_F(CloudPrintURLFetcherOverloadTest, Protect) { |
// Registers an entry for test url. It only allows 3 requests to be sent |
// in 200 milliseconds. |
scoped_refptr<net::URLRequestThrottlerEntry> entry( |
- new net::URLRequestThrottlerEntry(200, 3, 1, 0, 2.0, 0.0, 256)); |
+ new net::URLRequestThrottlerEntry(200, 3, 1, 2.0, 0.0, 256)); |
net::URLRequestThrottlerManager::GetInstance()->OverrideEntryForTests( |
url, entry); |
@@ -343,7 +343,7 @@ TEST_F(CloudPrintURLFetcherRetryBackoffTest, FLAKY_GiveUp) { |
// and maximum backoff time is 256 milliseconds. |
// Maximum retries allowed is set to 11. |
scoped_refptr<net::URLRequestThrottlerEntry> entry( |
- new net::URLRequestThrottlerEntry(200, 3, 1, 0, 2.0, 0.0, 256)); |
+ new net::URLRequestThrottlerEntry(200, 3, 1, 2.0, 0.0, 256)); |
net::URLRequestThrottlerManager::GetInstance()->OverrideEntryForTests( |
url, entry); |