Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(427)

Unified Diff: jingle/notifier/communicator/login_settings.h

Issue 6016001: Fix nits. Add 'const'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Don't make accessors const Created 9 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « jingle/notifier/base/chrome_async_socket.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « jingle/notifier/base/chrome_async_socket.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698