summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/host_config.cc')
-rw-r--r--remoting/host/host_config.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/remoting/host/host_config.cc b/remoting/host/host_config.cc
index b77ecd5..cfebfeb 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