| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index d5ab8ef02060d0c7a85bae3f301e08a82f5d7cc4..e936fd10c43b8b0e6b37613ef155ec978b9410fd 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -228,7 +228,7 @@ Profile* SyncTest::MakeProfile(const base::FilePath::StringType name) {
|
| path = path.Append(name);
|
|
|
| if (!base::PathExists(path))
|
| - CHECK(file_util::CreateDirectory(path));
|
| + CHECK(base::CreateDirectory(path));
|
|
|
| Profile* profile =
|
| Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
|
|
|