| Index: ash/root_window_controller.h
|
| ===================================================================
|
| --- ash/root_window_controller.h (revision 177189)
|
| +++ ash/root_window_controller.h (working copy)
|
| @@ -32,7 +32,6 @@
|
|
|
| namespace ash {
|
| class Launcher;
|
| -class StackingController;
|
| class SystemTray;
|
| class ToplevelWindowEventHandler;
|
|
|
| @@ -177,8 +176,6 @@
|
| scoped_ptr<aura::RootWindow> root_window_;
|
| RootWindowLayoutManager* root_window_layout_;
|
|
|
| - scoped_ptr<StackingController> stacking_controller_;
|
| -
|
| // Widget containing system tray.
|
| StatusAreaWidget* status_area_widget_;
|
|
|
|
|