Chromium Code Reviews| 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() {}; |