| Index: ash/common/devtools/ash_devtools_unittest.cc
|
| diff --git a/ash/common/devtools/ash_devtools_unittest.cc b/ash/common/devtools/ash_devtools_unittest.cc
|
| index 4328f9bf5f2344390d7144a2a5a2bc2393c4730a..9226051862b4907ad383074b3094359dede9fa94 100644
|
| --- a/ash/common/devtools/ash_devtools_unittest.cc
|
| +++ b/ash/common/devtools/ash_devtools_unittest.cc
|
| @@ -400,14 +400,7 @@ TEST_F(AshDevToolsTest, WindowReorganizedChildNodeRearranged) {
|
| ExpectChildNodeInserted(target_node->getNodeId(), sibling_node->getNodeId());
|
| }
|
|
|
| -#if defined(OS_WIN)
|
| -#define MAYBE_WindowReorganizedChildNodeRemovedAndInserted \
|
| - DISABLED_WindowReorganizedChildNodeRemovedAndInserted
|
| -#else
|
| -#define MAYBE_WindowReorganizedChildNodeRemovedAndInserted \
|
| - WindowReorganizedChildNodeRemovedAndInserted
|
| -#endif // defined(OS_WIN)
|
| -TEST_F(AshDevToolsTest, MAYBE_WindowReorganizedChildNodeRemovedAndInserted) {
|
| +TEST_F(AshDevToolsTest, WindowReorganizedChildNodeRemovedAndInserted) {
|
| WmWindow* root_window = WmShell::Get()->GetPrimaryRootWindow();
|
| WmWindow* target_window = root_window->GetChildren()[1];
|
| WmWindow* parent_window = root_window->GetChildren()[0];
|
|
|