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..2fa1b4008049830bef974eaacb9d5016cebec51b 100644 |
| --- a/ash/root_window_controller_unittest.cc |
| +++ b/ash/root_window_controller_unittest.cc |
| @@ -610,8 +610,8 @@ 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 21:56:36
indent wrapped lines four spaces instead of two
rucifer1217
2014/07/21 22:54:01
indent was changed to 4space from 2space.
|
| public: |
| VirtualKeyboardRootWindowControllerTest() {}; |
| virtual ~VirtualKeyboardRootWindowControllerTest() {}; |