| Index: ui/views/controls/menu/menu_scroll_view_container.cc
 | 
| diff --git a/ui/views/controls/menu/menu_scroll_view_container.cc b/ui/views/controls/menu/menu_scroll_view_container.cc
 | 
| index 9d6fbfd748bb89bf49997e33e25a777dcb2b2c33..7b8edbecab5fc43bbb34258dbf5e17a59a7d36c5 100644
 | 
| --- a/ui/views/controls/menu/menu_scroll_view_container.cc
 | 
| +++ b/ui/views/controls/menu/menu_scroll_view_container.cc
 | 
| @@ -22,10 +22,6 @@
 | 
|  
 | 
|  using ui::NativeTheme;
 | 
|  
 | 
| -// Height of the scroll arrow.
 | 
| -// This goes up to 4 with large fonts, but this is close enough for now.
 | 
| -static const int scroll_arrow_height = 3;
 | 
| -
 | 
|  namespace views {
 | 
|  
 | 
|  namespace {
 | 
| 
 |