| Index: ash/common/shelf/wm_shelf.cc
|
| diff --git a/ash/common/shelf/wm_shelf.cc b/ash/common/shelf/wm_shelf.cc
|
| index 6f07f30e17683a611ffd173c6aed66bdc6200885..75bf105b16d6c289849621ce533d11f0d35e9c35 100644
|
| --- a/ash/common/shelf/wm_shelf.cc
|
| +++ b/ash/common/shelf/wm_shelf.cc
|
| @@ -127,7 +127,7 @@ void WmShelf::DestroyShelfWidget() {
|
| shelf_widget_.reset();
|
| }
|
|
|
| -void WmShelf::InitializeShelf() {
|
| +void WmShelf::CreateShelfView() {
|
| DCHECK(shelf_layout_manager_);
|
| DCHECK(shelf_widget_);
|
| DCHECK(!shelf_view_);
|
|
|