Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2126)

Unified Diff: ash/wm/overview/window_selector_unittest.cc

Issue 2078393005: mash: Move accessibility_types.h from ui namespace to ash namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a11y
Patch Set: fix chromevox code generated from js Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/overview/window_selector.cc ('k') | chrome/browser/apps/guest_view/web_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_unittest.cc
diff --git a/ash/wm/overview/window_selector_unittest.cc b/ash/wm/overview/window_selector_unittest.cc
index 997264b046fb0bf2091a66dfa8ec9b49fdf88565..1822d15742108360e08161581fe3fea54b29bfdd 100644
--- a/ash/wm/overview/window_selector_unittest.cc
+++ b/ash/wm/overview/window_selector_unittest.cc
@@ -7,6 +7,7 @@
#include "ash/aura/wm_window_aura.h"
#include "ash/common/accessibility_delegate.h"
+#include "ash/common/accessibility_types.h"
#include "ash/common/ash_switches.h"
#include "ash/common/material_design/material_design_controller.h"
#include "ash/common/shell_window_ids.h"
@@ -399,10 +400,10 @@ TEST_P(WindowSelectorTest, A11yAlertOnOverviewMode) {
ash::Shell::GetInstance()->accessibility_delegate();
std::unique_ptr<aura::Window> window1(CreateWindow(bounds));
EXPECT_NE(delegate->GetLastAccessibilityAlert(),
- ui::A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED);
+ A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED);
ToggleOverview();
EXPECT_EQ(delegate->GetLastAccessibilityAlert(),
- ui::A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED);
+ A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED);
}
// Tests that there are no crashes when there is not enough screen space
« no previous file with comments | « ash/wm/overview/window_selector.cc ('k') | chrome/browser/apps/guest_view/web_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698