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

Unified Diff: remoting/host/json_host_config_unittest.cc

Issue 3087003: Added HostKeyPair class, signatures for heartbeat messages. (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/json_host_config.cc ('k') | remoting/host/test_key_pair.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/json_host_config_unittest.cc
diff --git a/remoting/host/json_host_config_unittest.cc b/remoting/host/json_host_config_unittest.cc
index 4d40577556aa070a07e7bdccec7e7d81c35e7c33..ae809bca8f66c45c42bdc9ed92fbf87cdc12acf8 100644
--- a/remoting/host/json_host_config_unittest.cc
+++ b/remoting/host/json_host_config_unittest.cc
@@ -14,7 +14,7 @@
namespace remoting {
namespace {
-const char *kTestConfig =
+const char* kTestConfig =
"{\n"
" \"xmpp_login\" : \"test@gmail.com\",\n"
" \"xmpp_auth_token\" : \"TEST_AUTH_TOKEN\",\n"
« no previous file with comments | « remoting/host/json_host_config.cc ('k') | remoting/host/test_key_pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698