| Index: chrome/browser/profiles/avatar_menu_model.h
|
| diff --git a/chrome/browser/profiles/avatar_menu_model.h b/chrome/browser/profiles/avatar_menu_model.h
|
| index 3e5cf25c03c1553063ed61043ac56adbd468a903..d76f876a02a6867e0954a0676d2e03c5d290f10f 100644
|
| --- a/chrome/browser/profiles/avatar_menu_model.h
|
| +++ b/chrome/browser/profiles/avatar_menu_model.h
|
| @@ -49,8 +49,8 @@ class AvatarMenuModel : public content::NotificationObserver {
|
| size_t model_index;
|
| };
|
|
|
| - // Constructor. No parameters can be NULL in practice. |browser| can be NULL
|
| - // and a new one will be created if an action requires it.
|
| + // Constructor. |observer| can be NULL. |browser| can be NULL and a new one
|
| + // will be created if an action requires it.
|
| AvatarMenuModel(ProfileInfoInterface* profile_cache,
|
| AvatarMenuModelObserver* observer,
|
| Browser* browser);
|
|
|