Index: chrome/browser/views/frame/browser_view.h |
diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h |
index 1eaf7c495ca0405d5939aa8e75f4c2e2dda249b3..08d45d7a20d4f4f185d08f063336424bea6c5ffc 100644 |
--- a/chrome/browser/views/frame/browser_view.h |
+++ b/chrome/browser/views/frame/browser_view.h |
@@ -263,7 +263,7 @@ class BrowserView : public BrowserWindow, |
virtual bool GetAcceleratorForCommandId(int command_id, |
views::Accelerator* accelerator); |
virtual bool IsLabelForCommandIdDynamic(int command_id) const; |
- virtual std::wstring GetLabelForCommandId(int command_id) const; |
+ virtual string16 GetLabelForCommandId(int command_id) const; |
virtual void ExecuteCommand(int command_id); |
// Overridden from views::WindowDelegate: |