Index: chrome/browser/google/google_update_settings_posix.cc |
diff --git a/chrome/browser/google/google_update_settings_posix.cc b/chrome/browser/google/google_update_settings_posix.cc |
index c4bd2cd359b0de4acd07ac721e9527c7034bd29d..c253421db784010aaf09dbd101ebf7cc16c986d6 100644 |
--- a/chrome/browser/google/google_update_settings_posix.cc |
+++ b/chrome/browser/google/google_update_settings_posix.cc |
@@ -42,8 +42,8 @@ bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) { |
base::FilePath consent_file = consent_dir.AppendASCII(kConsentToSendStats); |
if (consented) { |
- if ((!file_util::PathExists(consent_file)) || |
- (file_util::PathExists(consent_file) && |
+ if ((!base::PathExists(consent_file)) || |
+ (base::PathExists(consent_file) && |
!google_update::posix_guid().empty())) { |
const char* c_str = google_update::posix_guid().c_str(); |
int size = google_update::posix_guid().size(); |