| Index: chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java b/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java
|
| index a3efe338bc078ca8f850932dfcb3f444bdb22b40..643225fe04e5cbf9bebf30aba5155a16b65f7afd 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/sync/SyncNotificationController.java
|
| @@ -16,8 +16,8 @@ import android.util.Log;
|
|
|
| import org.chromium.base.ThreadUtils;
|
| import org.chromium.chrome.R;
|
| -import org.chromium.chrome.browser.AppHooks;
|
| import org.chromium.chrome.browser.notifications.ChromeNotificationBuilder;
|
| +import org.chromium.chrome.browser.notifications.NotificationBuilderFactory;
|
| import org.chromium.chrome.browser.notifications.NotificationConstants;
|
| import org.chromium.chrome.browser.notifications.NotificationManagerProxy;
|
| import org.chromium.chrome.browser.notifications.NotificationManagerProxyImpl;
|
| @@ -102,7 +102,7 @@ public class SyncNotificationController implements ProfileSyncService.SyncStateC
|
| // There is no need to provide a group summary notification because the NOTIFICATION_ID_SYNC
|
| // notification id ensures there's only one sync notification at a time.
|
| ChromeNotificationBuilder builder =
|
| - AppHooks.get()
|
| + NotificationBuilderFactory
|
| .createChromeNotificationBuilder(true /* preferCompat */,
|
| NotificationConstants.CATEGORY_ID_BROWSER,
|
| mApplicationContext.getString(
|
|
|