| Index: chrome/browser/extensions/crashed_extension_infobar.h
|
| diff --git a/chrome/browser/extensions/crashed_extension_infobar.h b/chrome/browser/extensions/crashed_extension_infobar.h
|
| index 5387a0a3c1da4405045ce9526e16c03910d69d01..1508ae5246545f9cefd6d30610734f3f92d9d356 100644
|
| --- a/chrome/browser/extensions/crashed_extension_infobar.h
|
| +++ b/chrome/browser/extensions/crashed_extension_infobar.h
|
| @@ -29,9 +29,7 @@ class CrashedExtensionInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| const std::string extension_id() { return extension_id_; }
|
|
|
| // InfoBarDelegate
|
| - virtual CrashedExtensionInfoBarDelegate* AsCrashedExtensionInfoBarDelegate() {
|
| - return this;
|
| - }
|
| + virtual CrashedExtensionInfoBarDelegate* AsCrashedExtensionInfoBarDelegate();
|
|
|
| // ConfirmInfoBarDelegate
|
| virtual string16 GetMessageText() const;
|
|
|