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

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

Issue 682943002: Make chrome/browser/chromeos/accessibility compile on Athena with use_ash=0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash41_scroll_end_effect
Patch Set: Created 6 years, 2 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
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 729239a34196ce42e1a82e2a6ccac5e15755dae3..1b54459aca08a56302cdca39842ec7f09698f9bf 100644
--- a/ash/wm/overview/window_selector_unittest.cc
+++ b/ash/wm/overview/window_selector_unittest.cc
@@ -270,10 +270,10 @@ TEST_F(WindowSelectorTest, A11yAlertOnOverviewMode) {
ash::Shell::GetInstance()->accessibility_delegate();
scoped_ptr<aura::Window> window1(CreateWindow(bounds));
EXPECT_NE(delegate->GetLastAccessibilityAlert(),
- A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED);
+ ui::A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED);
ToggleOverview();
EXPECT_EQ(delegate->GetLastAccessibilityAlert(),
- A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED);
+ ui::A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED);
}
// Tests entering overview mode with two windows and selecting one by clicking.

Powered by Google App Engine
This is Rietveld 408576698