| Index: chrome/test/interactive_ui/mouseleave_interactive_uitest.cc
|
| diff --git a/chrome/test/ui/mouseleave_uitest.cc b/chrome/test/interactive_ui/mouseleave_interactive_uitest.cc
|
| similarity index 90%
|
| rename from chrome/test/ui/mouseleave_uitest.cc
|
| rename to chrome/test/interactive_ui/mouseleave_interactive_uitest.cc
|
| index 08b2267fd8606fcd1334ed98344d0ce8589b0a40..a735c8eeb7a725a0fe4ef877834ad728396fc7f7 100644
|
| --- a/chrome/test/ui/mouseleave_uitest.cc
|
| +++ b/chrome/test/interactive_ui/mouseleave_interactive_uitest.cc
|
| @@ -12,13 +12,6 @@
|
| #include "gfx/rect.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| -#if defined(OS_WIN) || defined(OS_MACOSX)
|
| -// Test succeeds locally, flaky on trybot
|
| -// http://code.google.com/p/chromium/issues/detail?id=26349
|
| -// http://code.google.com/p/chromium/issues/detail?id=45581
|
| -#define TestOnMouseOut DISABLED_TestOnMouseOut
|
| -#endif // defined(OS_WIN) || defined(OS_MACOSX)
|
| -
|
| namespace {
|
|
|
| class MouseLeaveTest : public UITest {
|
|
|