| Index: ui/wm/core/image_grid_unittest.cc
|
| diff --git a/ui/wm/core/image_grid_unittest.cc b/ui/wm/core/image_grid_unittest.cc
|
| index 4b413e44af0a10496d6b693c11f0ba15bd359692..ef734fce00163c17571d9a2280472be64e8befce 100644
|
| --- a/ui/wm/core/image_grid_unittest.cc
|
| +++ b/ui/wm/core/image_grid_unittest.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| -#include "ui/aura/test/aura_test_base.h"
|
| #include "ui/gfx/image/image.h"
|
| #include "ui/gfx/image/image_skia.h"
|
| +#include "ui/wm/test/wm_test_base.h"
|
|
|
| namespace wm {
|
|
|
| @@ -23,7 +23,7 @@ gfx::Image* CreateImage(const gfx::Size& size) {
|
|
|
| } // namespace
|
|
|
| -typedef aura::test::AuraTestBase ImageGridTest;
|
| +typedef WMTestBase ImageGridTest;
|
|
|
| // Test that an ImageGrid's layers are transformed correctly when SetSize() is
|
| // called.
|
|
|