| Index: chrome/browser/ui/views/profiles/new_avatar_button.h
|
| diff --git a/chrome/browser/ui/views/profiles/new_avatar_button.h b/chrome/browser/ui/views/profiles/new_avatar_button.h
|
| index 898b85f962a855be9ff2bc75a0473bb0b5fc063d..3fad44f019c8abc2a4e1e9a66f167d911d5ac2f8 100644
|
| --- a/chrome/browser/ui/views/profiles/new_avatar_button.h
|
| +++ b/chrome/browser/ui/views/profiles/new_avatar_button.h
|
| @@ -31,7 +31,9 @@ class NewAvatarButton : public views::MenuButton,
|
|
|
| private:
|
| friend class NewAvatarMenuButtonTest;
|
| + friend class ProfileChooserViewBrowserTest;
|
| FRIEND_TEST_ALL_PREFIXES(NewAvatarMenuButtonTest, SignOut);
|
| + FRIEND_TEST_ALL_PREFIXES(ProfileChooserViewBrowserTest, ViewProfileUMA);
|
|
|
| // ProfileInfoCacheObserver:
|
| virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
|
|
|