| Index: ui/aura_shell/shell.h
|
| diff --git a/ui/aura_shell/shell.h b/ui/aura_shell/shell.h
|
| index 75643c558c75ae3b6aa2cb766d880dd1f484b804..fd0d59628b38c01b6983f9aa1b9fa60ee18da5bc 100644
|
| --- a/ui/aura_shell/shell.h
|
| +++ b/ui/aura_shell/shell.h
|
| @@ -30,6 +30,7 @@ class Launcher;
|
| class ShellDelegate;
|
|
|
| namespace internal {
|
| +class DragDropController;
|
| class ShelfLayoutController;
|
| class WorkspaceController;
|
| }
|
| @@ -84,6 +85,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_;
|
|
|
|
|