| Index: remoting/host/config_file_watcher.cc
|
| diff --git a/remoting/host/config_file_watcher.cc b/remoting/host/config_file_watcher.cc
|
| index 238265ad8eb3019e6eb1f9e1b6b99864c28bcb1e..9b95ed9cbf9c78ed4f93a8ca10abdc90315c1b43 100644
|
| --- a/remoting/host/config_file_watcher.cc
|
| +++ b/remoting/host/config_file_watcher.cc
|
| @@ -180,7 +180,7 @@ void ConfigFileWatcherImpl::ReloadConfig() {
|
| DCHECK(io_task_runner_->BelongsToCurrentThread());
|
|
|
| std::string config;
|
| - if (!file_util::ReadFileToString(config_path_, &config)) {
|
| + if (!base::ReadFileToString(config_path_, &config)) {
|
| #if defined(OS_WIN)
|
| // EACCESS may indicate a locking or sharing violation. Retry a few times
|
| // before reporting an error.
|
|
|