| Index: chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java
|
| diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java
|
| index 0cc2bfcca8caaba17940aa73b9ab39d6842d4bd0..13791c06876e09df1a0ce6daa645a68079b83893 100644
|
| --- a/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java
|
| +++ b/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebappRegistryTest.java
|
| @@ -603,6 +603,6 @@ public class WebappRegistryTest {
|
| private Intent createShortcutIntent(String url) {
|
| return ShortcutHelper.createWebappShortcutIntent("id", "action", url,
|
| ShortcutHelper.getScopeFromUrl(url), "name", "shortName", null,
|
| - ShortcutHelper.WEBAPP_SHORTCUT_VERSION, 0, 0, 0, false);
|
| + ShortcutHelper.WEBAPP_SHORTCUT_VERSION, 0, 0, 0, 0, false);
|
| }
|
| }
|
|
|