| Index: chrome/android/javatests/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGeneratorTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGeneratorTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGeneratorTest.java
|
| index eef949cff74c0f214af6ca71361b5392fc0d120f..7322c31c2370bf37074915a888bb1e8ec265f00b 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGeneratorTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGeneratorTest.java
|
| @@ -5,14 +5,14 @@
|
| package org.chromium.chrome.browser.identity;
|
|
|
| import android.support.test.filters.SmallTest;
|
| -import android.test.InstrumentationTestCase;
|
| +
|
| +import junit.framework.TestCase;
|
|
|
| import org.chromium.base.test.util.AdvancedMockContext;
|
| import org.chromium.base.test.util.Feature;
|
| import org.chromium.chrome.browser.util.HashUtil;
|
|
|
| -public class SettingsSecureBasedIdentificationGeneratorTest extends InstrumentationTestCase {
|
| -
|
| +public class SettingsSecureBasedIdentificationGeneratorTest extends TestCase {
|
| private static final String FLAG_ANDROID_ID = "android_id";
|
|
|
| @SmallTest
|
|
|