| Index: ui/views/view_unittest_aura.cc
|
| diff --git a/ui/views/view_unittest_aura.cc b/ui/views/view_unittest_aura.cc
|
| index 4e2660481ecf99bab975f3c028f36aea314fa037..66a9fd0fb6c31098c6cb2e17d2aee245ab964dbf 100644
|
| --- a/ui/views/view_unittest_aura.cc
|
| +++ b/ui/views/view_unittest_aura.cc
|
| @@ -63,7 +63,7 @@ typedef ViewsTestBase ViewAuraTest;
|
| TEST_F(ViewAuraTest, RecreateLayersWithWindows) {
|
| // TODO: test uses GetContext(), which is not applicable to aura-mus.
|
| // http://crbug.com/663809.
|
| - if (IsAuraMusClient())
|
| + if (IsMus())
|
| return;
|
|
|
| Widget* w1 = CreateControlWidget(GetContext(), gfx::Rect(0, 0, 100, 100));
|
|
|