| 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 7de63799106e661d9527f14279c47f451963ada9..b371f2b5a2fd0349175367393e83fb5511280b05 100644
|
| --- a/chrome/browser/profiles/avatar_menu_model.h
|
| +++ b/chrome/browser/profiles/avatar_menu_model.h
|
| @@ -59,7 +59,7 @@ class AvatarMenuModel : public NotificationObserver {
|
| // model:
|
| // Opens a Browser with the specified profile in response to the user
|
| // selecting an item.
|
| - void SwichToProfile(size_t index);
|
| + void SwitchToProfile(size_t index);
|
| // Opens the profile settings in response to clicking the edit button next to
|
| // an item.
|
| void EditProfile(size_t index);
|
|
|