Chromium Code Reviews| Index: views/view.h |
| diff --git a/views/view.h b/views/view.h |
| index dd7662bba7cbeb77c670779e9afe99bc00ea30e9..8f362f1fae3d286d7b1566f9470bbfc37dcde9f3 100644 |
| --- a/views/view.h |
| +++ b/views/view.h |
| @@ -936,7 +936,7 @@ class View : public AcceleratorTarget { |
| bool is_horizontal, bool is_positive); |
| // Get the theme provider from the parent widget. |
| - ThemeProvider* GetThemeProvider(); |
| + ThemeProvider* GetThemeProvider() const; |
| protected: |
| // The id of this View. Used to find this View. |