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 199f4a72c207ca13442294899b97b87cc47d0ac0..e36155a55bafe8e8024158210711fbc13a43decd 100644 |
--- a/ash/wm/overview/window_selector_unittest.cc |
+++ b/ash/wm/overview/window_selector_unittest.cc |
@@ -126,7 +126,7 @@ class WindowSelectorTest : public test::AshTestBase { |
aura::Window* CreatePanelWindow(const gfx::Rect& bounds) { |
aura::Window* window = CreateTestWindowInShellWithDelegateAndType( |
- NULL, aura::client::WINDOW_TYPE_PANEL, 0, bounds); |
+ NULL, ui::wm::WINDOW_TYPE_PANEL, 0, bounds); |
test::TestShelfDelegate::instance()->AddLauncherItem(window); |
shelf_view_test()->RunMessageLoopUntilAnimationsDone(); |
return window; |