diff options
Diffstat (limited to 'ash/shell_factory.h')
-rw-r--r-- | ash/shell_factory.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ash/shell_factory.h b/ash/shell_factory.h index 2c9af7e..401a54f 100644 --- a/ash/shell_factory.h +++ b/ash/shell_factory.h @@ -15,10 +15,6 @@ namespace gfx { class ImageSkia; } -namespace ui_controls { -class UIControlsAura; -} - namespace views { class View; class Widget; @@ -33,8 +29,6 @@ views::Widget* CreateDesktopBackground(aura::RootWindow* root_window, int container_id); ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents); - -ui_controls::UIControlsAura* CreateUIControls(); } // namespace internal } // namespace ash |