| 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 d4a10a9462d21c360d824f1a8f8e6306fc640ed7..5fccba5fb70db3178bb397d6d9cecf170c2fe9bc 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
|
| @@ -450,7 +450,7 @@ void LocationBarViewMac::Layout() {
|
| 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) {
|
| + security_state::SecurityStateModel::EV_SECURE) {
|
| // Switch from location icon to show the EV bubble instead.
|
| location_icon_decoration_->SetVisible(false);
|
| ev_bubble_decoration_->SetVisible(true);
|
|
|