| Index: ash/wm/workspace_controller.h
|
| diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
|
| index f22b2eaa4ea421a1a1835e1521f366b946f86e72..9df8c275a7ecb71440e4a80cb8e7273680336da6 100644
|
| --- a/ash/wm/workspace_controller.h
|
| +++ b/ash/wm/workspace_controller.h
|
| @@ -31,7 +31,7 @@ class ASH_EXPORT WorkspaceController {
|
| // Returns the current window state.
|
| WorkspaceWindowState GetWindowState() const;
|
|
|
| - void SetShelf(ShelfLayoutManager* shelf);
|
| + void set_shelf(ShelfLayoutManager* shelf) { shelf_ = shelf; }
|
|
|
| // Starts the animation that occurs on first login.
|
| void DoInitialAnimation();
|
|
|