| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 78cf2083a8add176a742d2ca3e8b6b074e75f291..30e3ba71060f95708ebd4e41995dc81fe59a420b 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -166,7 +166,6 @@ namespace internal {
|
| RootWindowController::RootWindowController(aura::RootWindow* root_window)
|
| : root_window_(root_window),
|
| root_window_layout_(NULL),
|
| - shelf_(NULL),
|
| panel_layout_manager_(NULL),
|
| touch_observer_hud_(NULL) {
|
| SetRootWindowController(root_window, this);
|
|
|