Index: ash/shell_unittest.cc |
diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc |
index e48460dabd440afbd87965159665a3de45abaa4e..93cabc8ac7aa68d554218697ca4afdca71ccdc59 100644 |
--- a/ash/shell_unittest.cc |
+++ b/ash/shell_unittest.cc |
@@ -462,7 +462,7 @@ TEST_F(ShellTest, FullscreenWindowHidesShelf) { |
TEST_F(ShellTest, ToggleAutoHide) { |
scoped_ptr<aura::Window> window(new aura::Window(NULL)); |
window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); |
- window->SetType(aura::client::WINDOW_TYPE_NORMAL); |
+ window->SetType(ui::wm::WINDOW_TYPE_NORMAL); |
window->Init(ui::LAYER_TEXTURED); |
ParentWindowInPrimaryRootWindow(window.get()); |
window->Show(); |