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

Unified Diff: chrome/browser/password_manager/save_password_infobar_delegate_android_unittest.cc

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: chrome/browser/password_manager/save_password_infobar_delegate_android_unittest.cc
diff --git a/chrome/browser/password_manager/save_password_infobar_delegate_android_unittest.cc b/chrome/browser/password_manager/save_password_infobar_delegate_android_unittest.cc
index 0ffd7a90e7e3178ce464242e9b3c2bed1de7fc1f..a664ede548ef448e4ae7165a7a7003fd9ef445cb 100644
--- a/chrome/browser/password_manager/save_password_infobar_delegate_android_unittest.cc
+++ b/chrome/browser/password_manager/save_password_infobar_delegate_android_unittest.cc
@@ -68,7 +68,7 @@ class TestSavePasswordInfobarDelegate : public SavePasswordInfoBarDelegate {
class SavePasswordInfoBarDelegateTest : public ChromeRenderViewHostTestHarness {
public:
SavePasswordInfoBarDelegateTest();
- ~SavePasswordInfoBarDelegateTest() override{};
+ ~SavePasswordInfoBarDelegateTest() override {}
void SetUp() override;
void TearDown() override;

Powered by Google App Engine
This is Rietveld 408576698