| Index: net/url_request/url_request_throttler_unittest.cc
|
| diff --git a/net/url_request/url_request_throttler_unittest.cc b/net/url_request/url_request_throttler_unittest.cc
|
| index 1cda5a69c08b008c71893293dbcc2b1d2e20a660..dcafca1203c0a82e1a923de7285fb956991ee515 100644
|
| --- a/net/url_request/url_request_throttler_unittest.cc
|
| +++ b/net/url_request/url_request_throttler_unittest.cc
|
| @@ -169,8 +169,7 @@ struct GurlAndString {
|
| class URLRequestThrottlerEntryTest : public testing::Test {
|
| protected:
|
| URLRequestThrottlerEntryTest()
|
| - : request_(context_.CreateRequest(GURL(), DEFAULT_PRIORITY, NULL, NULL)) {
|
| - }
|
| + : request_(context_.CreateRequest(GURL(), DEFAULT_PRIORITY, NULL)) {}
|
|
|
| void SetUp() override;
|
|
|
| @@ -352,8 +351,7 @@ TEST_F(URLRequestThrottlerEntryTest, ExplicitUserRequest) {
|
| class URLRequestThrottlerManagerTest : public testing::Test {
|
| protected:
|
| URLRequestThrottlerManagerTest()
|
| - : request_(context_.CreateRequest(GURL(), DEFAULT_PRIORITY, NULL, NULL)) {
|
| - }
|
| + : request_(context_.CreateRequest(GURL(), DEFAULT_PRIORITY, NULL)) {}
|
|
|
| void SetUp() override { request_->SetLoadFlags(0); }
|
|
|
|
|