| Index: ash/wm/window_animations_unittest.cc
|
| diff --git a/ash/wm/window_animations_unittest.cc b/ash/wm/window_animations_unittest.cc
|
| index a732956141cf905915eb18dc2cba494aa81e0cc9..91d7a7699a9da96b5cf1b1dc6e3ee38abd55aa41 100644
|
| --- a/ash/wm/window_animations_unittest.cc
|
| +++ b/ash/wm/window_animations_unittest.cc
|
| @@ -71,7 +71,7 @@ TEST_F(WindowAnimationsTest, HideShowBrightnessGrayscaleAnimation) {
|
| EXPECT_TRUE(window->layer()->visible());
|
|
|
| // Hiding.
|
| - views::corewm::SetWindowVisibilityAnimationType(
|
| + ::wm::SetWindowVisibilityAnimationType(
|
| window.get(),
|
| WINDOW_VISIBILITY_ANIMATION_TYPE_BRIGHTNESS_GRAYSCALE);
|
| AnimateOnChildWindowVisibilityChanged(window.get(), false);
|
| @@ -80,7 +80,7 @@ TEST_F(WindowAnimationsTest, HideShowBrightnessGrayscaleAnimation) {
|
| EXPECT_FALSE(window->layer()->visible());
|
|
|
| // Showing.
|
| - views::corewm::SetWindowVisibilityAnimationType(
|
| + ::wm::SetWindowVisibilityAnimationType(
|
| window.get(),
|
| WINDOW_VISIBILITY_ANIMATION_TYPE_BRIGHTNESS_GRAYSCALE);
|
| AnimateOnChildWindowVisibilityChanged(window.get(), true);
|
|
|