| Index: ash/wm/workspace_controller.h
|
| diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
|
| index c5c318c4ccf655df1530003643dc725b6b1cb5af..b01b0e94dafa8df47daadfa7ffa19236769f3647 100644
|
| --- a/ash/wm/workspace_controller.h
|
| +++ b/ash/wm/workspace_controller.h
|
| @@ -32,7 +32,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();
|
|
|