| Index: chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.h b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| index bd7807a2a6af46c20475accf5320da67b4120cc5..86e4c05cd743de1213cd3df4efc876c15b271b1b 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| @@ -205,7 +205,7 @@
|
|
|
| scoped_ptr<OmniboxPopupView> popup_view_;
|
|
|
| - SecurityStateModel::SecurityLevel security_level_;
|
| + connection_security::SecurityLevel security_level_;
|
|
|
| // Selection persisted across temporary text changes, like popup suggestions.
|
| gfx::Range saved_temporary_selection_;
|
|
|