| 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"
|
|
|