| Index: chrome/browser/extensions/bookmark_app_helper.cc
|
| diff --git a/chrome/browser/extensions/bookmark_app_helper.cc b/chrome/browser/extensions/bookmark_app_helper.cc
|
| index 2e70bdabbb140f148ac605d63bca8e4cd5bb9bf8..f17578c1c631882cf2c3de16df11fc6c5b2264c1 100644
|
| --- a/chrome/browser/extensions/bookmark_app_helper.cc
|
| +++ b/chrome/browser/extensions/bookmark_app_helper.cc
|
| @@ -72,8 +72,8 @@
|
| #endif // defined(OS_WIN)
|
|
|
| #if defined(USE_ASH)
|
| -#include "ash/shelf/shelf_delegate.h"
|
| -#include "ash/shell.h"
|
| +#include "ash/common/shelf/shelf_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| #endif
|
|
|
| namespace {
|
| @@ -718,7 +718,7 @@ void BookmarkAppHelper::FinishInstallation(const Extension* extension) {
|
| web_app::CreateShortcuts(web_app::SHORTCUT_CREATION_BY_USER,
|
| creation_locations, current_profile, extension);
|
| #else
|
| - ash::Shell::GetInstance()->GetShelfDelegate()->PinAppWithID(extension->id());
|
| + ash::WmShell::Get()->shelf_delegate()->PinAppWithID(extension->id());
|
| #endif // !defined(USE_ASH)
|
| #endif // !defined(OS_MACOSX)
|
|
|
|
|