| Index: ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_layout_manager_unittest.cc b/ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| index d12fb15bb79caa5e42906389e50c8085a5416b59..0040a6c2528f4b5f2965646c3d87b2d6cdfe678e 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| @@ -315,7 +315,7 @@ class DontClobberRestoreBoundsWindowObserver : public aura::WindowObserver {
|
| TEST_F(WorkspaceLayoutManagerTest, DontClobberRestoreBounds) {
|
| DontClobberRestoreBoundsWindowObserver window_observer;
|
| scoped_ptr<aura::Window> window(new aura::Window(NULL));
|
| - window->SetType(aura::client::WINDOW_TYPE_NORMAL);
|
| + window->SetType(ui::wm::WINDOW_TYPE_NORMAL);
|
| window->Init(ui::LAYER_TEXTURED);
|
| window->SetBounds(gfx::Rect(10, 20, 30, 40));
|
| // NOTE: for this test to exercise the failure the observer needs to be added
|
|
|