Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3540)

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/identity/UniqueIdentificationGeneratorFactoryTest.java

Issue 2728633003: (Android) Using TestCase instead of deprecated InstrumentationTestCase (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/javatests/src/org/chromium/chrome/browser/identity/UniqueIdentificationGeneratorFactoryTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/identity/UniqueIdentificationGeneratorFactoryTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/identity/UniqueIdentificationGeneratorFactoryTest.java
index 2313b79824d400ebb12d92ca64d11865d78923d9..9943e8ec2787f9fe15bc88ace08f27f074c30fb9 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/identity/UniqueIdentificationGeneratorFactoryTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/identity/UniqueIdentificationGeneratorFactoryTest.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.Feature;
import javax.annotation.Nullable;
-public class UniqueIdentificationGeneratorFactoryTest extends InstrumentationTestCase {
-
+public class UniqueIdentificationGeneratorFactoryTest extends TestCase {
@SmallTest
@Feature({"ChromeToMobile", "Omaha", "Sync"})
public void testSetAndGetGenerator() {

Powered by Google App Engine
This is Rietveld 408576698