Index: chrome/browser/sync/test/integration/sync_extension_helper.cc |
diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc |
index 151020bde468948ed83970309d77576db98d19bc..62204bfa18b0ed2e733b01e67af24ef8029a54ce 100644 |
--- a/chrome/browser/sync/test/integration/sync_extension_helper.cc |
+++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc |
@@ -305,7 +305,7 @@ scoped_refptr<Extension> CreateExtension(const base::FilePath& base_dir, |
} |
const base::FilePath sub_dir = base::FilePath().AppendASCII(name); |
base::FilePath extension_dir; |
- if (!file_util::PathExists(base_dir) && |
+ if (!base::PathExists(base_dir) && |
!file_util::CreateDirectory(base_dir)) { |
ADD_FAILURE(); |
return NULL; |