Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6610)

Unified Diff: chrome/browser/ui/views/toolbar/app_menu_button.h

Issue 1417423003: chrome: Rename WrenchMenuModel to AppMenuModel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/toolbar/app_menu.cc ('k') | chrome/browser/ui/views/toolbar/app_menu_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/toolbar/app_menu_button.h
diff --git a/chrome/browser/ui/views/toolbar/app_menu_button.h b/chrome/browser/ui/views/toolbar/app_menu_button.h
index 84b129cbacb418897b537fc60db899dc4cbf6cab..5c41fd5490c7c532cf4c9868dee798243ebd3af9 100644
--- a/chrome/browser/ui/views/toolbar/app_menu_button.h
+++ b/chrome/browser/ui/views/toolbar/app_menu_button.h
@@ -15,7 +15,7 @@
#include "ui/views/view.h"
class AppMenu;
-class WrenchMenuModel;
+class AppMenuModel;
namespace views {
class InkDropAnimationController;
@@ -107,7 +107,7 @@ class AppMenuButton : public views::InkDropHost,
// App model and menu.
// Note that the menu should be destroyed before the model it uses, so the
// menu should be listed later.
- scoped_ptr<WrenchMenuModel> menu_model_;
+ scoped_ptr<AppMenuModel> menu_model_;
scoped_ptr<AppMenu> menu_;
// Used by ShowMenu() to detect when |this| has been deleted; see comments
« no previous file with comments | « chrome/browser/ui/views/toolbar/app_menu.cc ('k') | chrome/browser/ui/views/toolbar/app_menu_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698