| 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 f688d00c4defa6931d29aca95765550a306fd19c..f1945aab78176075b9db7ab436b6896e9fd35093 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -172,7 +172,8 @@ class LocationBarView : public LocationBar,
|
|
|
| // Returns the appropriate color for the desired kind, based on the user's
|
| // system theme.
|
| - static SkColor GetColor(ToolbarModel::SecurityLevel security_level,
|
| + static SkColor GetColor(const ui::NativeTheme* theme,
|
| + ToolbarModel::SecurityLevel security_level,
|
| ColorKind kind);
|
|
|
| // Updates the location bar. We also reset the bar's permanent text and
|
|
|