summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/back_forward_menu_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/back_forward_menu_model.h b/chrome/browser/back_forward_menu_model.h
index 8e8408c..269ddc3 100644
--- a/chrome/browser/back_forward_menu_model.h
+++ b/chrome/browser/back_forward_menu_model.h
@@ -25,7 +25,7 @@ class BackForwardMenuModel {
public:
// These are IDs used to identify individual UI elements within the
// browser window using View::GetViewByID.
- typedef enum ModelType {
+ enum ModelType {
FORWARD_MENU_DELEGATE = 1,
BACKWARD_MENU_DELEGATE = 2
};