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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_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: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm
index f4bf025e3f2f0aa55ef25324137a6f799f3803f5..69eef30a47a455651a37809f9187621858d15777 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm
@@ -56,7 +56,7 @@ NSString* const kDoneTouchBarId = @"DONE";
class TestBookmarkBubbleObserver : public BookmarkBubbleObserver {
public:
TestBookmarkBubbleObserver() {}
- ~TestBookmarkBubbleObserver() override{};
+ ~TestBookmarkBubbleObserver() override {}
// bookmarks::BookmarkBubbleObserver.
void OnBookmarkBubbleShown(const BookmarkNode* node) override {
« no previous file with comments | « chrome/browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc ('k') | chrome/browser/ui/views/tabs/tab_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698