| Index: chrome/browser/android/shortcut_helper.cc
|
| diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
|
| index 7a010b17ef6c4d76b430c1e2d926ef762eff0883..dff33d65e32593e64bfc415108765ec5738c4538 100644
|
| --- a/chrome/browser/android/shortcut_helper.cc
|
| +++ b/chrome/browser/android/shortcut_helper.cc
|
| @@ -92,7 +92,7 @@ void ShortcutBuilder::OnDidRetrieveWebappInformation(
|
| }
|
|
|
| void ShortcutBuilder::FinishAddingShortcut(
|
| - const favicon_base::FaviconBitmapResult& bitmap_result) {
|
| + const favicon_base::FaviconRawBitmapResult& bitmap_result) {
|
| base::WorkerPool::PostTask(
|
| FROM_HERE,
|
| base::Bind(&ShortcutHelper::AddShortcutInBackground,
|
| @@ -140,7 +140,7 @@ void ShortcutHelper::AddShortcutInBackground(
|
| const GURL& url,
|
| const base::string16& title,
|
| ShortcutBuilder::ShortcutType shortcut_type,
|
| - const favicon_base::FaviconBitmapResult& bitmap_result) {
|
| + const favicon_base::FaviconRawBitmapResult& bitmap_result) {
|
| DCHECK(base::WorkerPool::RunsTasksOnCurrentThread());
|
|
|
| // Grab the average color from the bitmap.
|
|
|