| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index d3f5165c8bfcff2b22524024f5beab379e6d8a63..6979e6cf938360217b024c3b63fe0c925c77a1c7 100644
|
| --- a/components/infobars/core/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -84,7 +84,8 @@ ThemeInstalledInfoBarDelegate*
|
| return NULL;
|
| }
|
|
|
| -TranslateInfoBarDelegate* InfoBarDelegate::AsTranslateInfoBarDelegate() {
|
| +translate::TranslateInfoBarDelegate*
|
| +InfoBarDelegate::AsTranslateInfoBarDelegate() {
|
| return NULL;
|
| }
|
|
|
|
|