| 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..534b4c58a0f997731a424a5e88056894e4747b01 100644
|
| --- a/remoting/host/json_host_config_unittest.cc
|
| +++ b/remoting/host/json_host_config_unittest.cc
|
| @@ -79,7 +79,7 @@ TEST_F(JsonHostConfigTest, Read) {
|
| EXPECT_TRUE(target->GetString(kPrivateKeyConfigPath, &value));
|
| EXPECT_EQ("TEST_PRIVATE_KEY", value);
|
|
|
| - EXPECT_FALSE(target->GetString(L"non_existent_value", &value));
|
| + EXPECT_FALSE(target->GetString("non_existent_value", &value));
|
| }
|
|
|
| TEST_F(JsonHostConfigTest, Write) {
|
|
|