| Index: trunk/src/chrome/browser/chromeos/policy/enterprise_install_attributes.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/policy/enterprise_install_attributes.cc (revision 239399)
|
| +++ trunk/src/chrome/browser/chromeos/policy/enterprise_install_attributes.cc (working copy)
|
| @@ -107,7 +107,7 @@
|
| device_locked_ = true;
|
|
|
| char buf[16384];
|
| - int len = base::ReadFile(cache_file, buf, sizeof(buf));
|
| + int len = file_util::ReadFile(cache_file, buf, sizeof(buf));
|
| if (len == -1 || len >= static_cast<int>(sizeof(buf))) {
|
| PLOG(ERROR) << "Failed to read " << cache_file.value();
|
| return;
|
|
|