| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| index 1ee0afb06f7cf6248c2d757d09bb32c81d2c4604..6a0cfb9ee3f8a9670bd11d5face1cad90aa1cc6f 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| @@ -30,7 +30,7 @@ void ChromeLauncherController::Init() {
|
| // Start observing the shelf controller.
|
| if (ConnectToShelfController()) {
|
| ash::mojom::ShelfObserverAssociatedPtrInfo ptr_info;
|
| - observer_binding_.Bind(&ptr_info, shelf_controller_.associated_group());
|
| + observer_binding_.Bind(&ptr_info);
|
| shelf_controller_->AddObserver(std::move(ptr_info));
|
| }
|
| OnInit();
|
|
|