Index: ui/app_list/cocoa/current_user_menu_item_view.h |
diff --git a/ui/app_list/cocoa/current_user_menu_item_view.h b/ui/app_list/cocoa/current_user_menu_item_view.h |
index 84c240a4bec826f0c2b47dacd3a91f9bc3063ff5..6ba3b6d72beb4544b5cf6ee663e9d8e0385b80e4 100644 |
--- a/ui/app_list/cocoa/current_user_menu_item_view.h |
+++ b/ui/app_list/cocoa/current_user_menu_item_view.h |
@@ -9,15 +9,12 @@ |
#include "ui/app_list/app_list_export.h" |
-namespace app_list { |
-class AppListViewDelegate; |
-} |
- |
// The custom in-menu view representing the currently signed-in user. |
APP_LIST_EXPORT |
@interface CurrentUserMenuItemView : NSView |
-- (id)initWithDelegate:(app_list::AppListViewDelegate*)delegate; |
+- (id)initWithCurrentUser:(NSString*)userName |
+ userEmail:(NSString*)userEmail; |
@end |