| Index: chrome/browser/profiles/avatar_menu_model.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/avatar_menu_model.cc (revision 96308)
|
| +++ chrome/browser/profiles/avatar_menu_model.cc (working copy)
|
| @@ -70,7 +70,7 @@
|
| AvatarMenuModel::Item::~Item() {
|
| }
|
|
|
| -void AvatarMenuModel::SwitchToProfile(size_t index) {
|
| +void AvatarMenuModel::SwichToProfile(size_t index) {
|
| const Item& item = GetItemAt(index);
|
| FilePath path = profile_info_->GetPathOfProfileAtIndex(item.model_index);
|
|
|
| @@ -119,7 +119,7 @@
|
| items_.push_back(item);
|
| }
|
|
|
| - observer_->OnAvatarMenuModelChanged(this);
|
| + observer_->OnAvatarMenuModelChanged();
|
| }
|
|
|
| void AvatarMenuModel::ClearMenu() {
|
|
|