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

Unified Diff: ash/display/window_tree_host_manager_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: ash/display/window_tree_host_manager_unittest.cc
diff --git a/ash/display/window_tree_host_manager_unittest.cc b/ash/display/window_tree_host_manager_unittest.cc
index fc4db30d57922beac3cf1f0fbf4c8d1326f6b8c1..46f47fab8cd1b5aca4ef44de7005e1cfde96c6b3 100644
--- a/ash/display/window_tree_host_manager_unittest.cc
+++ b/ash/display/window_tree_host_manager_unittest.cc
@@ -390,8 +390,8 @@ class TestMouseWatcherListener : public views::MouseWatcherListener {
class WindowTreeHostManagerTest : public test::AshTestBase, public TestHelper {
public:
- WindowTreeHostManagerTest() : TestHelper(this){};
- ~WindowTreeHostManagerTest() override{};
+ WindowTreeHostManagerTest() : TestHelper(this) {}
+ ~WindowTreeHostManagerTest() override {}
private:
DISALLOW_COPY_AND_ASSIGN(WindowTreeHostManagerTest);
« no previous file with comments | « ash/display/display_manager_unittest.cc ('k') | ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698