| Index: ash/utility/screenshot_controller_unittest.cc
|
| diff --git a/ash/utility/screenshot_controller_unittest.cc b/ash/utility/screenshot_controller_unittest.cc
|
| index 3653982c899503ab7cccc40d4ebe296f1afe2e49..77ef0a1c28b4410187fe2dff4fa6c50961005daf 100644
|
| --- a/ash/utility/screenshot_controller_unittest.cc
|
| +++ b/ash/utility/screenshot_controller_unittest.cc
|
| @@ -275,7 +275,6 @@ TEST_F(PartialScreenshotControllerTest, MouseWarpTest) {
|
| aura::Env::GetInstance()->last_mouse_location());
|
| }
|
|
|
| -#if defined(OS_CHROMEOS)
|
| TEST_F(PartialScreenshotControllerTest, VisibilityTest) {
|
| aura::client::CursorClient* client = Shell::GetInstance()->cursor_manager();
|
|
|
| @@ -334,7 +333,6 @@ TEST_F(PartialScreenshotControllerTest, LargeCursor) {
|
| RunAllPendingInMessageLoop();
|
| EXPECT_FALSE(IsActive());
|
| }
|
| -#endif
|
|
|
| TEST_F(WindowScreenshotControllerTest, KeyboardOperation) {
|
| ui::test::EventGenerator& generator(GetEventGenerator());
|
|
|