| Index: chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| index 1a813c6f1ff5d4a2452a4f205ed4a5ff1874745a..a4a4cc1bbc0b862cce54bdea560bd23940c06191 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| @@ -78,7 +78,7 @@ void ChromeMashShelfController::Init() {
|
| item->title = "Fake Mojo App (test pinned shelf item)";
|
| ResourceBundle& rb = ResourceBundle::GetSharedInstance();
|
| const gfx::Image& image = rb.GetImageNamed(IDR_PRODUCT_LOGO_32);
|
| - item->image = skia::mojom::Bitmap::From(*image.ToSkBitmap());
|
| + item->image = blink::mojom::Bitmap::From(*image.ToSkBitmap());
|
| std::unique_ptr<ChromeShelfItemDelegate> delegate(
|
| new ChromeShelfItemDelegate());
|
| shelf_controller_->AddItem(std::move(item),
|
|
|