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

Unified Diff: chrome/browser/views/toolbar_view.h

Issue 118001: Renames BackForwardMenuModelWin to BackForwardMenuModelViews.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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/browser.vcproj ('k') | chrome/browser/views/toolbar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/toolbar_view.h
===================================================================
--- chrome/browser/views/toolbar_view.h (revision 17191)
+++ chrome/browser/views/toolbar_view.h (working copy)
@@ -9,7 +9,6 @@
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
-#include "chrome/browser/back_forward_menu_model_win.h"
#include "chrome/browser/command_updater.h"
#include "chrome/browser/encoding_menu_controller_delegate.h"
#include "chrome/browser/user_data_manager.h"
@@ -22,6 +21,7 @@
#include "views/controls/menu/view_menu_delegate.h"
#include "views/view.h"
+class BackForwardMenuModelViews;
class Browser;
class Profile;
class ToolbarStarToggle;
@@ -171,8 +171,8 @@
return display_mode_ == DISPLAYMODE_NORMAL;
}
- scoped_ptr<BackForwardMenuModelWin> back_menu_model_;
- scoped_ptr<BackForwardMenuModelWin> forward_menu_model_;
+ scoped_ptr<BackForwardMenuModelViews> back_menu_model_;
+ scoped_ptr<BackForwardMenuModelViews> forward_menu_model_;
// The model that contains the security level, text, icon to display...
ToolbarModel* model_;
« no previous file with comments | « chrome/browser/browser.vcproj ('k') | chrome/browser/views/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698