| Index: chrome/browser/extensions/api/sessions/sessions_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/sessions/sessions_apitest.cc b/chrome/browser/extensions/api/sessions/sessions_apitest.cc
|
| index 92326af1429848938a930cb3f13e17a20314bfff..276a33866d2b58c15d8cfd3131be18b42b0131ed 100644
|
| --- a/chrome/browser/extensions/api/sessions/sessions_apitest.cc
|
| +++ b/chrome/browser/extensions/api/sessions/sessions_apitest.cc
|
| @@ -104,7 +104,7 @@ void ExtensionSessionsTest::CreateTestProfileSyncService() {
|
| PathService::Get(chrome::DIR_USER_DATA, &path);
|
| path = path.AppendASCII("test_profile");
|
| if (!base::PathExists(path))
|
| - CHECK(file_util::CreateDirectory(path));
|
| + CHECK(base::CreateDirectory(path));
|
| Profile* profile =
|
| Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
|
| profile_manager->RegisterTestingProfile(profile, true, false);
|
|
|