| 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 998fb064b6dd8c460cca4400823ca74b4e33fcbc..36a927fa1e5190186831b1b61e4ade8b387a1892 100644
|
| --- a/net/url_request/url_request_throttler_unittest.cc
|
| +++ b/net/url_request/url_request_throttler_unittest.cc
|
| @@ -171,7 +171,7 @@ struct GurlAndString {
|
|
|
| class URLRequestThrottlerEntryTest : public testing::Test {
|
| protected:
|
| - URLRequestThrottlerEntryTest() : request_(GURL(), NULL, &context_) {
|
| + URLRequestThrottlerEntryTest() : request_(GURL(), NULL, &context_, NULL) {
|
| }
|
|
|
| virtual void SetUp();
|
| @@ -390,7 +390,7 @@ TEST_F(URLRequestThrottlerEntryTest, ExplicitUserRequest) {
|
| class URLRequestThrottlerManagerTest : public testing::Test {
|
| protected:
|
| URLRequestThrottlerManagerTest()
|
| - : request_(GURL(), NULL, &context_) {
|
| + : request_(GURL(), NULL, &context_, NULL) {
|
| }
|
|
|
| virtual void SetUp() {
|
|
|