summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google/google_update_settings_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/google/google_update_settings_posix.cc')
-rw-r--r--chrome/browser/google/google_update_settings_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google/google_update_settings_posix.cc b/chrome/browser/google/google_update_settings_posix.cc
index 8942024..4a69eab 100644
--- a/chrome/browser/google/google_update_settings_posix.cc
+++ b/chrome/browser/google/google_update_settings_posix.cc
@@ -27,7 +27,7 @@ bool GoogleUpdateSettings::GetCollectStatsConsent() {
PathService::Get(chrome::DIR_USER_DATA, &consent_file);
consent_file = consent_file.Append(kConsentToSendStats);
std::string tmp_guid;
- bool consented = file_util::ReadFileToString(consent_file, &tmp_guid);
+ bool consented = base::ReadFileToString(consent_file, &tmp_guid);
if (consented)
google_update::posix_guid().assign(tmp_guid);
return consented;