| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
|
| index 5752a3df4a18e7206f9f8a71eafb3ff0a20bdf97..d277fd071a08a78f905220deba1bf2b67fb839f4 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
|
| @@ -28,7 +28,7 @@
|
| #include "chrome/browser/profiles/profile_avatar_icon_util.h"
|
| #include "chrome/browser/ui/ash/multi_user/multi_user_util.h"
|
| #include "chrome/browser/ui/ash/multi_user/multi_user_window_manager_test.h"
|
| -#include "chrome/browser/ui/views/profiles/avatar_menu_button.h"
|
| +#include "chrome/browser/ui/views/profiles/profile_indicator_icon.h"
|
| #include "components/signin/core/account_id/account_id.h"
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| @@ -237,8 +237,9 @@ IN_PROC_BROWSER_TEST_F(BrowserNonClientFrameViewAshTest,
|
| manager->ShowWindowForUser(window, account_id2);
|
| EXPECT_TRUE(chrome::MultiUserWindowManager::ShouldShowAvatar(window));
|
|
|
| - // Avatar should show on the top left corner of the teleported browser window.
|
| - EXPECT_TRUE(frame_view->avatar_button());
|
| + // An icon should show on the top left corner of the teleported browser
|
| + // window.
|
| + EXPECT_TRUE(frame_view->profile_indicator_icon());
|
| }
|
|
|
| // Hit Test for Avatar Menu Button on ChromeOS.
|
|
|