| Index: chrome/browser/views/toolbar_view.h
|
| ===================================================================
|
| --- chrome/browser/views/toolbar_view.h (revision 18306)
|
| +++ chrome/browser/views/toolbar_view.h (working copy)
|
| @@ -227,8 +227,8 @@
|
| // Current tab we're showing state for.
|
| TabContents* tab_;
|
|
|
| - // Profiles menu to populate with profile names.
|
| - views::Menu* profiles_menu_;
|
| + // Contents of the profiles menu to populate with profile names.
|
| + scoped_ptr<views::SimpleMenuModel> profiles_menu_contents_;
|
|
|
| // Helper class to enumerate profiles information on the file thread.
|
| scoped_refptr<GetProfilesHelper> profiles_helper_;
|
|
|