| Index: ash/common/system/tray/system_tray_bubble.cc
 | 
| diff --git a/ash/common/system/tray/system_tray_bubble.cc b/ash/common/system/tray/system_tray_bubble.cc
 | 
| index c08e00e60430eed4b30a34f263cdbc241a9103bc..de26d96ccd144ff1d0adf23d230eadfb2156a778 100644
 | 
| --- a/ash/common/system/tray/system_tray_bubble.cc
 | 
| +++ b/ash/common/system/tray/system_tray_bubble.cc
 | 
| @@ -38,7 +38,7 @@ namespace {
 | 
|  // be too short, so we use this as a default and minimum height for any
 | 
|  // detailed view.
 | 
|  int GetDetailedBubbleMaxHeight() {
 | 
| -  return GetTrayConstant(TRAY_POPUP_ITEM_MIN_HEIGHT) * 5;
 | 
| +  return kTrayPopupItemMinHeight * 5;
 | 
|  }
 | 
|  
 | 
|  // Duration of swipe animation used when transitioning from a default to
 | 
| 
 |