diff options
Diffstat (limited to 'remoting/host/json_host_config_unittest.cc')
-rw-r--r-- | remoting/host/json_host_config_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/json_host_config_unittest.cc b/remoting/host/json_host_config_unittest.cc index 534b4c5..bd1bc14 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" |