| Index: cloud_print/service/win/chrome_launcher.cc
|
| diff --git a/cloud_print/service/win/chrome_launcher.cc b/cloud_print/service/win/chrome_launcher.cc
|
| index 6e3366ab6f8f80ccc38d4f38315f91d93393ef2a..51501df82b7388556a8fd15b0f8593d0d3ac30e4 100644
|
| --- a/cloud_print/service/win/chrome_launcher.cc
|
| +++ b/cloud_print/service/win/chrome_launcher.cc
|
| @@ -115,7 +115,7 @@ std::string ReadAndUpdateServiceState(const base::FilePath& directory,
|
| const std::string& proxy_id) {
|
| std::string json;
|
| base::FilePath file_path = directory.Append(chrome::kServiceStateFileName);
|
| - if (!file_util::ReadFileToString(file_path, &json)) {
|
| + if (!base::ReadFileToString(file_path, &json)) {
|
| return std::string();
|
| }
|
|
|
|
|