| Index: chrome/browser/download/download_shelf_context_menu.h
|
| diff --git a/chrome/browser/download/download_shelf_context_menu.h b/chrome/browser/download/download_shelf_context_menu.h
|
| index 56a78bed827c218378ee7742a8eb91bc5ea0d5a0..23cc4f0aeb5d286fa34111b231411207133ea6b8 100644
|
| --- a/chrome/browser/download/download_shelf_context_menu.h
|
| +++ b/chrome/browser/download/download_shelf_context_menu.h
|
| @@ -58,7 +58,7 @@ class DownloadShelfContextMenu : public ui::SimpleMenuModel::Delegate,
|
| int command_id,
|
| ui::Accelerator* accelerator) OVERRIDE;
|
| virtual bool IsItemForCommandIdDynamic(int command_id) const OVERRIDE;
|
| - virtual string16 GetLabelForCommandId(int command_id) const OVERRIDE;
|
| + virtual base::string16 GetLabelForCommandId(int command_id) const OVERRIDE;
|
|
|
| private:
|
| // Detaches self from |download_item_|. Called when the DownloadItem is
|
|
|