diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/service_process_util_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/service_process_util_unittest.cc b/chrome/common/service_process_util_unittest.cc index 071b90d..28ffb74 100644 --- a/chrome/common/service_process_util_unittest.cc +++ b/chrome/common/service_process_util_unittest.cc @@ -31,7 +31,7 @@ #include <glib.h> #endif -#if defined(TOUCH_UI) +#if defined(USE_AURA) // This test fails http://crbug.com/84854, and is very flaky on CrOS and // somewhat flaky on other Linux. #define MAYBE_ForceShutdown FAILS_ForceShutdown |