| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 245c9a70bed74498794997bf81b8aab3733f74f6..805b29549d375fc5af76096e03b807e3bd5e438b 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -446,7 +446,7 @@ void Shell::CreateShelf() {
|
| RootWindowControllerList controllers = GetAllRootWindowControllers();
|
| for (RootWindowControllerList::iterator iter = controllers.begin();
|
| iter != controllers.end(); ++iter)
|
| - (*iter)->shelf_widget()->CreateShelf();
|
| + (*iter)->CreateShelf();
|
| }
|
|
|
| void Shell::OnShelfCreatedForRootWindow(aura::Window* root_window) {
|
|
|