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