| Index: ash/shelf/shelf_layout_manager_unittest.cc
|
| diff --git a/ash/shelf/shelf_layout_manager_unittest.cc b/ash/shelf/shelf_layout_manager_unittest.cc
|
| index 8dac93d1d2eab50088a05a1df743e4b2b11746fc..e8300d39465f80df57661433dead06cc99cdda61 100644
|
| --- a/ash/shelf/shelf_layout_manager_unittest.cc
|
| +++ b/ash/shelf/shelf_layout_manager_unittest.cc
|
| @@ -345,7 +345,7 @@ class ShelfLayoutManagerTest : public ash::test::AshTestBase {
|
| aura::Window* CreateTestWindow() {
|
| 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);
|
| return window;
|
|
|