| Index: chrome/browser/ui/views/avatar_menu_button_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/avatar_menu_button_browsertest.cc b/chrome/browser/ui/views/avatar_menu_button_browsertest.cc
|
| index 1c9c01e7e434c221d124d89f5eb3c88ce963c91d..db3f3097905c41d88ef1e59323555bad0c0a5363 100644
|
| --- a/chrome/browser/ui/views/avatar_menu_button_browsertest.cc
|
| +++ b/chrome/browser/ui/views/avatar_menu_button_browsertest.cc
|
| @@ -47,7 +47,7 @@ void AvatarMenuButtonTest::CreateTestingProfile() {
|
| PathService::Get(chrome::DIR_USER_DATA, &path);
|
| path = path.AppendASCII("test_profile");
|
| if (!base::PathExists(path))
|
| - ASSERT_TRUE(file_util::CreateDirectory(path));
|
| + ASSERT_TRUE(base::CreateDirectory(path));
|
| Profile* profile =
|
| Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
|
| profile_manager->RegisterTestingProfile(profile, true, false);
|
|
|