| Index: chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebApkUpdateManagerTest.java
|
| diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebApkUpdateManagerTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebApkUpdateManagerTest.java
|
| index b3717f52e9daf6d566ad59eab6621f4be8eb1de1..ade9b13ec4b4f8ab4ffe69d1a155b493f33a7a39 100644
|
| --- a/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebApkUpdateManagerTest.java
|
| +++ b/chrome/android/junit/src/org/chromium/chrome/browser/webapps/WebApkUpdateManagerTest.java
|
| @@ -147,11 +147,11 @@ public class WebApkUpdateManagerTest {
|
| protected void buildProtoAndScheduleUpdate(WebApkInfo info, String primaryIconUrl,
|
| String badgeIconUrl, boolean isManifestStale) {
|
| mUpdateName = info.name();
|
| - scheduleUpdate(info, new byte[0]);
|
| + scheduleUpdate(info, "");
|
| }
|
|
|
| @Override
|
| - protected void updateAsyncImpl(WebApkInfo info, byte[] serializedProto) {
|
| + protected void updateAsyncImpl(WebApkInfo info, String serializedProto) {
|
| mUpdateRequested = true;
|
| }
|
|
|
|
|