| Index: chrome/browser/ui/views/frame/browser_view.h
 | 
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
 | 
| index 402f4f28b9f30882e5e17541084b50df5acde258..584a9c1feda8c32363993637da787547ac68e373 100644
 | 
| --- a/chrome/browser/ui/views/frame/browser_view.h
 | 
| +++ b/chrome/browser/ui/views/frame/browser_view.h
 | 
| @@ -360,7 +360,7 @@ class BrowserView : public BrowserBubbleHost,
 | 
|    virtual bool IsCommandIdEnabled(int command_id) const;
 | 
|    virtual bool GetAcceleratorForCommandId(int command_id,
 | 
|                                            menus::Accelerator* accelerator);
 | 
| -  virtual bool IsLabelForCommandIdDynamic(int command_id) const;
 | 
| +  virtual bool IsItemForCommandIdDynamic(int command_id) const;
 | 
|    virtual string16 GetLabelForCommandId(int command_id) const;
 | 
|    virtual void ExecuteCommand(int command_id);
 | 
|  
 | 
| 
 |