| Index: chrome/browser/android/shortcut_info.h
|
| diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h
|
| index fe6f7136bad878aa9a08a4698041cbdbf59a9d02..c7b2e29b9a29d34d7ce6bdd7a4c1830b02a977ae 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;
|
| std::vector<std::string> icon_urls;
|
| };
|
|
|
|
|