| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 2a0b606977348537dc4e1a20aec8a0527314322c..4f2db705cfc8920c71c358b0c96eff7e1c4bc07a 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -291,7 +291,7 @@ class IOThread : public content::BrowserThreadDelegate {
|
|
|
| Globals* globals_;
|
|
|
| - net::HttpNetworkSession::Params params_;
|
| + net::HttpNetworkSession::Params session_params_;
|
|
|
| // Observer that logs network changes to the ChromeNetLog.
|
| std::unique_ptr<net::LoggingNetworkChangeObserver> network_change_observer_;
|
|
|