| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index 384a96f4426bbd10f6a68022d508e7d0649b0a9c..4f0473e9731f4b458bff249ef414e7f1186f31bd 100644
|
| --- a/components/infobars/core/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -94,7 +94,7 @@ NativeAppInfoBarDelegate* InfoBarDelegate::AsNativeAppInfoBarDelegate() {
|
| return nullptr;
|
| }
|
|
|
| -PermissionInfobarDelegate* InfoBarDelegate::AsPermissionInfobarDelegate() {
|
| +PermissionInfoBarDelegate* InfoBarDelegate::AsPermissionInfoBarDelegate() {
|
| return nullptr;
|
| }
|
|
|
|
|