| Index: ui/aura_shell/shell.h
|
| diff --git a/ui/aura_shell/shell.h b/ui/aura_shell/shell.h
|
| index 1b4c719f3c7af0f3bcbacd60ee931de3c12df6cf..e4051d5e94b7838ef602a78e52a51333cd477ffc 100644
|
| --- a/ui/aura_shell/shell.h
|
| +++ b/ui/aura_shell/shell.h
|
| @@ -29,6 +29,7 @@ class Launcher;
|
| class ShellDelegate;
|
|
|
| namespace internal {
|
| +class DragDropController;
|
| class ShelfLayoutController;
|
| class WorkspaceController;
|
| }
|
| @@ -79,6 +80,7 @@ class AURA_SHELL_EXPORT Shell {
|
|
|
| scoped_ptr<Launcher> launcher_;
|
|
|
| + scoped_ptr<internal::DragDropController> drag_drop_controller_;
|
| scoped_ptr<internal::WorkspaceController> workspace_controller_;
|
| scoped_ptr<internal::ShelfLayoutController> shelf_layout_controller_;
|
|
|
|
|