| Index: chrome/browser/back_forward_menu_model_views.h
|
| diff --git a/chrome/browser/back_forward_menu_model_views.h b/chrome/browser/back_forward_menu_model_views.h
|
| index e97a39abebe5c2c09d4ce76ae0b62dddc5a47602..03d5e1104b71ae2e71f1e1d02a02bdbf2d7ed76c 100644
|
| --- a/chrome/browser/back_forward_menu_model_views.h
|
| +++ b/chrome/browser/back_forward_menu_model_views.h
|
| @@ -30,7 +30,7 @@ class BackForwardMenuModelViews : public BackForwardMenuModel,
|
| virtual int GetItemCount() const;
|
| virtual ItemType GetTypeAt(int index) const;
|
| virtual int GetCommandIdAt(int index) const;
|
| - virtual std::wstring GetLabelAt(int index) const;
|
| + virtual string16 GetLabelAt(int index) const;
|
| virtual bool IsLabelDynamicAt(int index) const;
|
| virtual bool GetAcceleratorAt(int index,
|
| views::Accelerator* accelerator) const;
|
|
|