| 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 11eb05c052e66421ca4de4395bbbc1819b2ccc15..e37c9b22ae4df32154239251bf30c3aea5182964 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -146,7 +146,7 @@ class LocationBarView : public LocationBar,
|
|
|
| // Returns the appropriate color for the desired kind, based on the user's
|
| // system theme.
|
| - SkColor GetColor(ConnectionSecurityHelper::SecurityLevel security_level,
|
| + SkColor GetColor(connection_security::SecurityLevel security_level,
|
| ColorKind kind) const;
|
|
|
| // Returns the delegate.
|
|
|