Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
index 77943772a625a8a67ee8f9eda5fb171529305249..a72928503a1fde8b0108c8703c9b5da175e02c1c 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
@@ -423,7 +423,7 @@ |
selected_keyword_decoration_->SetKeyword(short_name, is_extension_keyword); |
selected_keyword_decoration_->SetImage(GetKeywordImage(keyword)); |
} else if (chrome_toolbar_model->GetSecurityLevel(false) == |
- SecurityStateModel::EV_SECURE) { |
+ connection_security::EV_SECURE) { |
// Switch from location icon to show the EV bubble instead. |
location_icon_decoration_->SetVisible(false); |
ev_bubble_decoration_->SetVisible(true); |