| Index: chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java b/chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java
|
| index e5d9b543d9e570f0e8ae73c17e2c3b93ddc7b914..04085c80acb9062c2fe1b72a931d0eccb5dd0dd3 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java
|
| @@ -7,8 +7,7 @@ package org.chromium.chrome.browser.identity;
|
| import android.content.Context;
|
| import android.provider.Settings;
|
|
|
| -import com.google.common.annotations.VisibleForTesting;
|
| -
|
| +import org.chromium.base.VisibleForTesting;
|
| import org.chromium.chrome.browser.util.HashUtil;
|
|
|
| import javax.annotation.Nullable;
|
|
|