Index: chrome/browser/profiles/profile_manager_unittest.cc |
diff --git a/chrome/browser/profiles/profile_manager_unittest.cc b/chrome/browser/profiles/profile_manager_unittest.cc |
index dd4666083b688dd51d4ed76ccaa2535d514eb361..82e3f814f7989ab301518977a9f4163a29497b12 100644 |
--- a/chrome/browser/profiles/profile_manager_unittest.cc |
+++ b/chrome/browser/profiles/profile_manager_unittest.cc |
@@ -66,7 +66,7 @@ class ProfileManager : public ::ProfileManagerWithoutInit { |
protected: |
virtual Profile* CreateProfileHelper( |
const base::FilePath& file_path) OVERRIDE { |
- if (!file_util::PathExists(file_path)) { |
+ if (!base::PathExists(file_path)) { |
if (!file_util::CreateDirectory(file_path)) |
return NULL; |
} |