| Index: chrome/browser/android/shortcut_info.h
|
| diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h
|
| index 50036fb86cd210dcec7d60d55ba56d8dc3ef6bdb..af89f0827a2eaee210ffcf257559bf1ab9e7c24f 100644
|
| --- a/chrome/browser/android/shortcut_info.h
|
| +++ b/chrome/browser/android/shortcut_info.h
|
| @@ -53,7 +53,7 @@ struct ShortcutInfo {
|
| Source source;
|
| int64_t theme_color;
|
| int64_t background_color;
|
| - GURL best_icon_url;
|
| + GURL best_primary_icon_url;
|
| GURL best_badge_icon_url;
|
| std::vector<std::string> icon_urls;
|
| };
|
|
|