Index: chrome/browser/ui/views/toolbar/toolbar_view.cc |
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.cc b/chrome/browser/ui/views/toolbar/toolbar_view.cc |
index 027ae25570322a0b412b2ac25f88ea3a6be52273..fc42997ec5ac41f706288e51bb90afea20d94153 100644 |
--- a/chrome/browser/ui/views/toolbar/toolbar_view.cc |
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc |
@@ -623,7 +623,7 @@ void ToolbarView::RemovePaneFocus() { |
// AppMenuIconController::Delegate: |
void ToolbarView::UpdateSeverity(AppMenuIconController::IconType type, |
- AppMenuIconPainter::Severity severity, |
+ AppMenuIconController::Severity severity, |
bool animate) { |
// There's no app menu in tabless windows. |
if (!app_menu_button_) |