summaryrefslogtreecommitdiffstats
path: root/base/sys_info_chromeos.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/sys_info_chromeos.cc')
-rw-r--r--base/sys_info_chromeos.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/sys_info_chromeos.cc b/base/sys_info_chromeos.cc
index 1335760..4c1a7af 100644
--- a/base/sys_info_chromeos.cc
+++ b/base/sys_info_chromeos.cc
@@ -54,7 +54,7 @@ void SysInfo::OperatingSystemVersionNumbers(int32* major_version,
FilePath path(kLinuxStandardBaseReleaseFile);
std::string contents;
- if (file_util::ReadFileToString(path, &contents)) {
+ if (ReadFileToString(path, &contents)) {
g_chrome_os_version_numbers.Get().parsed = true;
ParseLsbRelease(contents,
&(g_chrome_os_version_numbers.Get().major_version),