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

Unified Diff: chrome/browser/ui/autofill/save_card_bubble_controller_impl_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/ui/autofill/save_card_bubble_controller_impl_unittest.cc
diff --git a/chrome/browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc b/chrome/browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc
index 34c55bf1efb38d2236f9b7e06e9b58713bb5d1b6..fdc9a997ed73e5d8d6cb8787c25f81fb90fcff4c 100644
--- a/chrome/browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc
+++ b/chrome/browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc
@@ -120,7 +120,7 @@ class SaveCardBubbleControllerImplTest : public BrowserWithTestWindowTest {
private:
class TestSaveCardBubbleView : public SaveCardBubbleView {
- void Hide() override{};
+ void Hide() override {}
};
class SaveCardBubbleTestBrowserWindow : public TestBrowserWindow {

Powered by Google App Engine
This is Rietveld 408576698