| Index: chrome/browser/blocked_plugin_manager.h
|
| diff --git a/chrome/browser/blocked_plugin_manager.h b/chrome/browser/blocked_plugin_manager.h
|
| index e9f9506dcc14b6883f121f48e039992c97ad62d7..b1e231a7e4df2cdecaec3967cb0c7d7528ca5a8a 100644
|
| --- a/chrome/browser/blocked_plugin_manager.h
|
| +++ b/chrome/browser/blocked_plugin_manager.h
|
| @@ -20,9 +20,9 @@ class BlockedPluginManager : public RenderViewHostDelegate::BlockedPlugin,
|
|
|
| // ConfirmInfoBarDelegate methods
|
| virtual int GetButtons() const;
|
| - virtual std::wstring GetButtonLabel(InfoBarButton button) const;
|
| - virtual std::wstring GetMessageText() const;
|
| - virtual std::wstring GetLinkText();
|
| + virtual string16 GetButtonLabel(InfoBarButton button) const;
|
| + virtual string16 GetMessageText() const;
|
| + virtual string16 GetLinkText();
|
| virtual SkBitmap* GetIcon() const;
|
| virtual bool Accept();
|
| virtual bool LinkClicked(WindowOpenDisposition disposition);
|
|
|