| 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 611995e3383ad4be4f23254a6af67520bbf8f509..a1c9cc0f1b60ca818c7cca540fe053e970f4f4a1 100644
|
| --- a/chrome/browser/ui/views/avatar_menu_button_browsertest.cc
|
| +++ b/chrome/browser/ui/views/avatar_menu_button_browsertest.cc
|
| @@ -74,7 +74,7 @@ void AvatarMenuButtonTest::CreateTestingProfile() {
|
| base::FilePath path;
|
| PathService::Get(chrome::DIR_USER_DATA, &path);
|
| path = path.AppendASCII("test_profile");
|
| - if (!file_util::PathExists(path))
|
| + if (!base::PathExists(path))
|
| ASSERT_TRUE(file_util::CreateDirectory(path));
|
| Profile* profile =
|
| Profile::CreateProfile(path, NULL, Profile::CREATE_MODE_SYNCHRONOUS);
|
|
|