| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index 7c32bd37f1648ddb21f79e4cf7f6fd2abbd1e8a1..79ab536f445a863eb1c466e4fbfb1e5f8859592f 100644
|
| --- a/net/http/http_network_transaction.h
|
| +++ b/net/http/http_network_transaction.h
|
| @@ -241,8 +241,7 @@ class HttpNetworkTransaction : public HttpTransaction {
|
|
|
| static bool g_ignore_certificate_errors;
|
|
|
| - scoped_refptr<HttpAuthController>
|
| - auth_controllers_[HttpAuth::AUTH_NUM_TARGETS];
|
| + scoped_ptr<HttpAuthController> auth_controllers_[HttpAuth::AUTH_NUM_TARGETS];
|
|
|
| // Whether this transaction is waiting for proxy auth, server auth, or is
|
| // not waiting for any auth at all. |pending_auth_target_| is read and
|
|
|