| Index: ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm
|
| diff --git a/ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm b/ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm
|
| index 45b0d5d104b47515487a0a877186c51e6b39c48c..5676ce2223183bf8826a52b4182555f4f7291966 100644
|
| --- a/ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm
|
| +++ b/ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm
|
| @@ -54,9 +54,9 @@ class NativeAppInfoBarControllerTest : public PlatformTest {
|
|
|
| class MockInfobarViewDelegate : public InfoBarViewDelegate {
|
| public:
|
| - void SetInfoBarTargetHeight(int height) override{};
|
| - void InfoBarDidCancel() override{};
|
| - void InfoBarButtonDidPress(NSUInteger button_id) override{};
|
| + void SetInfoBarTargetHeight(int height) override {}
|
| + void InfoBarDidCancel() override {}
|
| + void InfoBarButtonDidPress(NSUInteger button_id) override {}
|
| };
|
|
|
| protected:
|
|
|