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

Unified Diff: ash/root_window_controller_unittest.cc

Issue 396273004: clean up coding style at ash folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/root_window_controller_unittest.cc
diff --git a/ash/root_window_controller_unittest.cc b/ash/root_window_controller_unittest.cc
index 9e959c5d806b657af1c1c7ed200cf434e5d950e9..1aff1dfc03be22a6aeb8571fc5a7762b001cc368 100644
--- a/ash/root_window_controller_unittest.cc
+++ b/ash/root_window_controller_unittest.cc
@@ -610,8 +610,7 @@ TEST_F(NoSessionRootWindowControllerTest, Event) {
gfx::Point(size.width() - 1, size.height() - 1)));
}
-class VirtualKeyboardRootWindowControllerTest : public RootWindowControllerTest
-{
+class VirtualKeyboardRootWindowControllerTest : public RootWindowControllerTest {
Daniel Erat 2014/07/21 17:15:10 this should probably be wrapped, right? class Vir
rucifer1217 2014/07/21 21:54:27 i will add new line.
public:
VirtualKeyboardRootWindowControllerTest() {};
virtual ~VirtualKeyboardRootWindowControllerTest() {};
« ash/debug.cc ('K') | « ash/extended_desktop_unittest.cc ('k') | ash/screen_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698