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

Unified Diff: ui/views/controls/menu/menu_runner_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
« no previous file with comments | « ui/views/controls/combobox/combobox_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/menu_runner_unittest.cc
diff --git a/ui/views/controls/menu/menu_runner_unittest.cc b/ui/views/controls/menu/menu_runner_unittest.cc
index 7c40fe950f7f45615b53e35612b2f058f085ad50..2ad600a72bf879ed36fef5354ae4811eaa7451aa 100644
--- a/ui/views/controls/menu/menu_runner_unittest.cc
+++ b/ui/views/controls/menu/menu_runner_unittest.cc
@@ -33,7 +33,7 @@ namespace {
class DeletingTestViewsDelegate : public views::TestViewsDelegate {
public:
DeletingTestViewsDelegate() : menu_runner_(nullptr) {}
- ~DeletingTestViewsDelegate() override{};
+ ~DeletingTestViewsDelegate() override {}
void set_menu_runner(views::internal::MenuRunnerImpl* menu_runner) {
menu_runner_ = menu_runner;
« no previous file with comments | « ui/views/controls/combobox/combobox_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698