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

Unified Diff: chrome/browser/back_forward_menu_model_views.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 | « no previous file | chrome/browser/back_forward_menu_model_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/back_forward_menu_model_views.h
===================================================================
--- chrome/browser/back_forward_menu_model_views.h (revision 17077)
+++ chrome/browser/back_forward_menu_model_views.h (working copy)
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_WIN_H_
-#define CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_WIN_H_
+#ifndef CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_VIEWS_H_
+#define CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_VIEWS_H_
#include "base/basictypes.h"
@@ -12,10 +12,10 @@
class SkBitmap;
-class BackForwardMenuModelWin : public BackForwardMenuModel,
- public views::Menu::Delegate {
+class BackForwardMenuModelViews : public BackForwardMenuModel,
+ public views::Menu::Delegate {
public:
- BackForwardMenuModelWin(Browser* browser, ModelType model_type);
+ BackForwardMenuModelViews(Browser* browser, ModelType model_type);
// Menu::Delegate
virtual std::wstring GetLabel(int menu_id) const;
@@ -29,7 +29,7 @@
virtual int GetItemCount() const;
private:
- DISALLOW_COPY_AND_ASSIGN(BackForwardMenuModelWin);
+ DISALLOW_COPY_AND_ASSIGN(BackForwardMenuModelViews);
};
-#endif // CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_WIN_H_
+#endif // CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_VIEWS_H_
« no previous file with comments | « no previous file | chrome/browser/back_forward_menu_model_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698