| 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 0979ef44b7c1821f270372302f48bbb4fc0b230d..2a4196c5687e88bd5a0158493875794e1ad7ff29 100644
 | 
| --- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
 | 
| +++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
 | 
| @@ -308,7 +308,7 @@ scoped_refptr<Extension> CreateExtension(const base::FilePath& base_dir,
 | 
|    const base::FilePath sub_dir = base::FilePath().AppendASCII(name);
 | 
|    base::FilePath extension_dir;
 | 
|    if (!base::PathExists(base_dir) &&
 | 
| -      !file_util::CreateDirectory(base_dir)) {
 | 
| +      !base::CreateDirectory(base_dir)) {
 | 
|      ADD_FAILURE();
 | 
|      return NULL;
 | 
|    }
 | 
| 
 |