Index: chrome/browser/download/download_shelf.h |
diff --git a/chrome/browser/download/download_shelf.h b/chrome/browser/download/download_shelf.h |
index b6ee780c5d7ce3a9ccac563674a7ac388a29a55b..55b77b5d4956e547a19323b7ac5a3a98c6b5eec3 100644 |
--- a/chrome/browser/download/download_shelf.h |
+++ b/chrome/browser/download/download_shelf.h |
@@ -73,7 +73,7 @@ class DownloadShelfContextMenu : public menus::SimpleMenuModel::Delegate { |
virtual void ExecuteCommand(int command_id); |
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; |
// A model to control the cancel behavior. |