| Index: chrome/browser/net/connection_tester.h
|
| diff --git a/chrome/browser/net/connection_tester.h b/chrome/browser/net/connection_tester.h
|
| index 903f0b537a29b344e6991e3cec2faea6ee4cdda5..109bb50409364f38114ce8cab11ee9bdd5483e95 100644
|
| --- a/chrome/browser/net/connection_tester.h
|
| +++ b/chrome/browser/net/connection_tester.h
|
| @@ -174,7 +174,7 @@ class ConnectionTester {
|
| // of the list is the one currently in progress.
|
| ExperimentList remaining_experiments_;
|
|
|
| - const scoped_refptr<net::URLRequestContext> proxy_request_context_;
|
| + net::URLRequestContext* const proxy_request_context_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ConnectionTester);
|
| };
|
|
|