Index: ui/aura_shell/shell.h |
diff --git a/ui/aura_shell/shell.h b/ui/aura_shell/shell.h |
index bc294bb9d21b875ad3c597ee29fa6d55f563454e..2116b256b00dcef1e8f1044de5fd43ead4128b04 100644 |
--- a/ui/aura_shell/shell.h |
+++ b/ui/aura_shell/shell.h |
@@ -30,6 +30,7 @@ class Launcher; |
class ShellDelegate; |
namespace internal { |
+class AlwaysOnTopController; |
class ShelfLayoutController; |
class WorkspaceController; |
} |
@@ -84,6 +85,8 @@ class AURA_SHELL_EXPORT Shell : public aura::DesktopDelegate { |
scoped_ptr<internal::ShelfLayoutController> shelf_layout_controller_; |
+ scoped_ptr<internal::AlwaysOnTopController> always_on_top_controller_; |
+ |
DISALLOW_COPY_AND_ASSIGN(Shell); |
}; |