| 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..403388fee3c9ac5a115f7e2cc9406b8e6ccdd808 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 @@
|
|
|
| // Returns the appropriate color for the desired kind, based on the user's
|
| // system theme.
|
| - SkColor GetColor(ConnectionSecurityHelper::SecurityLevel security_level,
|
| + SkColor GetColor(ToolbarModel::SecurityLevel security_level,
|
| ColorKind kind) const;
|
|
|
| // Returns the delegate.
|
|
|