| Index: chrome/browser/ui/toolbar/back_forward_menu_model.cc
 | 
| diff --git a/chrome/browser/ui/toolbar/back_forward_menu_model.cc b/chrome/browser/ui/toolbar/back_forward_menu_model.cc
 | 
| index 5ea279fd04840f13c2932c8202d20648a12aa8c3..390dce0e2701fdf271f2c4a5e92124f9f4b71d4a 100644
 | 
| --- a/chrome/browser/ui/toolbar/back_forward_menu_model.cc
 | 
| +++ b/chrome/browser/ui/toolbar/back_forward_menu_model.cc
 | 
| @@ -87,7 +87,7 @@ string16 BackForwardMenuModel::GetLabelAt(int index) const {
 | 
|    return menu_text;
 | 
|  }
 | 
|  
 | 
| -bool BackForwardMenuModel::IsLabelDynamicAt(int index) const {
 | 
| +bool BackForwardMenuModel::IsItemDynamicAt(int index) const {
 | 
|    // This object is only used for a single showing of a menu.
 | 
|    return false;
 | 
|  }
 | 
| 
 |