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

Unified Diff: remoting/host/host_config.cc

Issue 3060034: Convert src/remoting to std::string/char* away from wstring/wchar_t*. (Closed)
Patch Set: Created 10 years, 5 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 | « remoting/host/host_config.h ('k') | remoting/host/json_host_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_config.cc
diff --git a/remoting/host/host_config.cc b/remoting/host/host_config.cc
index b77ecd58051ea57eba1b0c1995ea8bcddcd39391..cfebfeb5cf73a3b2f5dd3ded539e495cd28285ee 100644
--- a/remoting/host/host_config.cc
+++ b/remoting/host/host_config.cc
@@ -6,10 +6,10 @@
namespace remoting {
-const wchar_t* kXmppLoginConfigPath = L"xmpp_login";
-const wchar_t* kXmppAuthTokenConfigPath = L"xmpp_auth_token";
-const wchar_t* kHostIdConfigPath = L"host_id";
-const wchar_t* kHostNameConfigPath = L"host_name";
-const wchar_t* kPrivateKeyConfigPath = L"private_key";
+const char* kXmppLoginConfigPath = "xmpp_login";
+const char* kXmppAuthTokenConfigPath = "xmpp_auth_token";
+const char* kHostIdConfigPath = "host_id";
+const char* kHostNameConfigPath = "host_name";
+const char* kPrivateKeyConfigPath = "private_key";
} // namespace remoting
« no previous file with comments | « remoting/host/host_config.h ('k') | remoting/host/json_host_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698