diff options
Diffstat (limited to 'ui/aura_shell/shell.h')
-rw-r--r-- | ui/aura_shell/shell.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/aura_shell/shell.h b/ui/aura_shell/shell.h index ae5f7c1..ca8d2bf 100644 --- a/ui/aura_shell/shell.h +++ b/ui/aura_shell/shell.h @@ -35,7 +35,6 @@ namespace internal { class AppList; class DragDropController; class ShadowController; -class ShelfLayoutController; class ShellAcceleratorFilter; class WorkspaceController; } @@ -112,7 +111,6 @@ class AURA_SHELL_EXPORT Shell { scoped_ptr<internal::DragDropController> drag_drop_controller_; scoped_ptr<internal::WorkspaceController> workspace_controller_; - scoped_ptr<internal::ShelfLayoutController> shelf_layout_controller_; scoped_ptr<internal::ShadowController> shadow_controller_; // An event filter that pre-handles global accelerators. |