| Index: chrome/browser/android/shortcut_info.cc
|
| diff --git a/chrome/browser/android/shortcut_info.cc b/chrome/browser/android/shortcut_info.cc
|
| index f5bb030dd39e31fba42f4b4fbcdc8f00ec8513ad..40471089c7438720eecc2142abc6d45729b64c96 100644
|
| --- a/chrome/browser/android/shortcut_info.cc
|
| +++ b/chrome/browser/android/shortcut_info.cc
|
| @@ -13,7 +13,7 @@ ShortcutInfo::ShortcutInfo(const GURL& shortcut_url)
|
| theme_color(content::Manifest::kInvalidOrMissingColor),
|
| background_color(content::Manifest::kInvalidOrMissingColor),
|
| is_icon_generated(false),
|
| - is_web_apk(false) {
|
| + is_webapk(false) {
|
| }
|
|
|
| ShortcutInfo::ShortcutInfo(const ShortcutInfo& other) = default;
|
|
|