| Index: jingle/notifier/communicator/login_settings.h
|
| ===================================================================
|
| --- jingle/notifier/communicator/login_settings.h (revision 69550)
|
| +++ jingle/notifier/communicator/login_settings.h (working copy)
|
| @@ -77,8 +77,8 @@
|
| private:
|
| bool try_ssltcp_first_;
|
|
|
| - net::HostResolver* host_resolver_;
|
| - net::CertVerifier* cert_verifier_;
|
| + net::HostResolver* const host_resolver_;
|
| + net::CertVerifier* const cert_verifier_;
|
| talk_base::scoped_array<ServerInformation> server_list_;
|
| int server_count_;
|
| // Used to handle redirects
|
|
|