summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/crashed_extension_infobar.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/crashed_extension_infobar.h')
-rw-r--r--chrome/browser/extensions/crashed_extension_infobar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/crashed_extension_infobar.h b/chrome/browser/extensions/crashed_extension_infobar.h
index 2e3741a..5387a0a 100644
--- a/chrome/browser/extensions/crashed_extension_infobar.h
+++ b/chrome/browser/extensions/crashed_extension_infobar.h
@@ -34,11 +34,11 @@ class CrashedExtensionInfoBarDelegate : public ConfirmInfoBarDelegate {
}
// ConfirmInfoBarDelegate
- virtual std::wstring GetMessageText() const;
+ virtual string16 GetMessageText() const;
virtual void InfoBarClosed();
virtual SkBitmap* GetIcon() const;
virtual int GetButtons() const;
- virtual std::wstring GetButtonLabel(
+ virtual string16 GetButtonLabel(
ConfirmInfoBarDelegate::InfoBarButton button) const;
virtual bool Accept();