Chromium Code Reviews| Index: chrome/browser/profiles/avatar_menu_model.cc |
| diff --git a/chrome/browser/profiles/avatar_menu_model.cc b/chrome/browser/profiles/avatar_menu_model.cc |
| index 512c1ceca05c0eacfbe176fcf1b8a4a6e916255c..28cf815ee4453db7c42a1aa9e294f3a68bc24956 100644 |
| --- a/chrome/browser/profiles/avatar_menu_model.cc |
| +++ b/chrome/browser/profiles/avatar_menu_model.cc |
| @@ -70,7 +70,7 @@ AvatarMenuModel::Item::Item(size_t model_index, const gfx::Image& icon) |
| AvatarMenuModel::Item::~Item() { |
| } |
| -void AvatarMenuModel::SwichToProfile(size_t index) { |
| +void AvatarMenuModel::SwitchToProfile(size_t index) { |
|
Elliot Glaysher
2011/08/05 00:14:31
Haha. I have to review a two line spelling fix.
Robert Sesek
2011/08/05 00:44:03
Do'h.
|
| const Item& item = GetItemAt(index); |
| FilePath path = profile_info_->GetPathOfProfileAtIndex(item.model_index); |