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

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
« no previous file with comments | « ash/wm/overview/window_selector.cc ('k') | chrome/browser/apps/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 c81bb619649c1e949dde0193b1a4b24389c64b66..952260e9d7704a24c1bdb3d2c032e721913f964e 100644
--- a/ash/wm/overview/window_selector_unittest.cc
+++ b/ash/wm/overview/window_selector_unittest.cc
@@ -268,10 +268,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.
« no previous file with comments | « ash/wm/overview/window_selector.cc ('k') | chrome/browser/apps/web_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698