| Index: remoting/host/json_host_config.cc
|
| diff --git a/remoting/host/json_host_config.cc b/remoting/host/json_host_config.cc
|
| index d25f4b5ae8907df4078ccf670c710f35ada1f681..0a8db7cdb5fb0fa72ab89677ffb5b359e86a35f8 100644
|
| --- a/remoting/host/json_host_config.cc
|
| +++ b/remoting/host/json_host_config.cc
|
| @@ -26,7 +26,7 @@ bool JsonHostConfig::Read() {
|
|
|
| // TODO(sergeyu): Implement better error handling here.
|
| std::string file_content;
|
| - if (!file_util::ReadFileToString(filename_, &file_content)) {
|
| + if (!base::ReadFileToString(filename_, &file_content)) {
|
| LOG(WARNING) << "Failed to read " << filename_.value();
|
| return false;
|
| }
|
|
|