| Index: net/url_request/url_request_unittest.cc
|
| diff --git a/net/url_request/url_request_unittest.cc b/net/url_request/url_request_unittest.cc
|
| index 2b6f11f72def6b88f669e72b0ded96d7bb4c16f0..68e999743c71f0d836f335f787e235ea462492f6 100644
|
| --- a/net/url_request/url_request_unittest.cc
|
| +++ b/net/url_request/url_request_unittest.cc
|
| @@ -2251,9 +2251,7 @@ TEST_F(URLRequestTest, DelayedCookieCallback) {
|
| ASSERT_TRUE(test_server.Start());
|
|
|
| TestURLRequestContext context;
|
| - scoped_refptr<DelayedCookieMonster> delayed_cm =
|
| - new DelayedCookieMonster();
|
| - scoped_refptr<CookieStore> cookie_store = delayed_cm;
|
| + scoped_ptr<DelayedCookieMonster> delayed_cm(new DelayedCookieMonster());
|
| context.set_cookie_store(delayed_cm.get());
|
|
|
| // Set up a cookie.
|
|
|