| 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..9202734e054bd24af9bc65c0d7ffd6f644ff1453 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 {
|
| public:
|
| VirtualKeyboardRootWindowControllerTest() {};
|
| virtual ~VirtualKeyboardRootWindowControllerTest() {};
|
|
|