| 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..3fb9a382522257f2a3bf801be52f9fbf8722e345 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -172,8 +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,
|
| - ColorKind kind);
|
| + SkColor GetColor(ToolbarModel::SecurityLevel security_level,
|
| + ColorKind kind) const;
|
|
|
| // Updates the location bar. We also reset the bar's permanent text and
|
| // security style, and, if |tab_for_state_restoring| is non-NULL, also restore
|
|
|