| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 403388fee3c9ac5a115f7e2cc9406b8e6ccdd808..fe0f89bb9eb552090daeb5e6ea9c301ddddaf6e1 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/prefs/pref_member.h"
|
| #include "chrome/browser/extensions/extension_context_menu_model.h"
|
| +#include "chrome/browser/ssl/security_level_policy.h"
|
| #include "chrome/browser/ui/location_bar/location_bar.h"
|
| #include "chrome/browser/ui/omnibox/omnibox_edit_controller.h"
|
| #include "chrome/browser/ui/search/search_model_observer.h"
|
| @@ -146,7 +147,7 @@ class LocationBarView : public LocationBar,
|
|
|
| // Returns the appropriate color for the desired kind, based on the user's
|
| // system theme.
|
| - SkColor GetColor(ToolbarModel::SecurityLevel security_level,
|
| + SkColor GetColor(SecurityLevelPolicy::SecurityLevel security_level,
|
| ColorKind kind) const;
|
|
|
| // Returns the delegate.
|
|
|