Index: chrome/browser/prefs/pref_service_browsertest.cc |
diff --git a/chrome/browser/prefs/pref_service_browsertest.cc b/chrome/browser/prefs/pref_service_browsertest.cc |
index c2bcf0f9ceadb0603fab60915187aa780adad1de..fc1ba42fa492b09d2eb33d2452cbca52cf9aa796 100644 |
--- a/chrome/browser/prefs/pref_service_browsertest.cc |
+++ b/chrome/browser/prefs/pref_service_browsertest.cc |
@@ -77,7 +77,7 @@ class PreferenceServiceTest : public InProcessBrowserTest { |
tmp_pref_file_ = user_data_directory.Append(chrome::kLocalStateFilename); |
} |
- CHECK(file_util::PathExists(reference_pref_file)); |
+ CHECK(base::PathExists(reference_pref_file)); |
// Copy only the Preferences file if |new_profile_|, or Local State if not, |
// and the rest will be automatically created. |
CHECK(base::CopyFile(reference_pref_file, tmp_pref_file_)); |