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

Unified Diff: remoting/host/host_config.cc

Issue 2908011: Replaced static wstring with 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
« remoting/host/host_config.h ('K') | « remoting/host/host_config.h ('k') | no next file » | 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 9195bbe9d9cdd82afcaddfbed4c62c27e7e9d610..b77ecd58051ea57eba1b0c1995ea8bcddcd39391 100644
--- a/remoting/host/host_config.cc
+++ b/remoting/host/host_config.cc
@@ -6,10 +6,10 @@
namespace remoting {
-const std::wstring kXmppLoginConfigPath(L"xmpp_login");
-const std::wstring kXmppAuthTokenConfigPath(L"xmpp_auth_token");
-const std::wstring kHostIdConfigPath(L"host_id");
-const std::wstring kHostNameConfigPath(L"host_name");
-const std::wstring kPrivateKeyConfigPath(L"private_key");
+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";
} // namespace remoting
« remoting/host/host_config.h ('K') | « remoting/host/host_config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698