Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm

Issue 2926553004: Remove trailing semicolon at the end of a method definition (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « ios/chrome/app/spotlight/bookmarks_spotlight_manager.mm ('k') | ios/chrome/browser/payments/test_payment_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698