| Index: chrome/android/javatests/src/org/chromium/chrome/browser/identity/UuidBasedUniqueIdentificationGeneratorTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/identity/UuidBasedUniqueIdentificationGeneratorTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/identity/UuidBasedUniqueIdentificationGeneratorTest.java
|
| index dca9c535175420e37223ee0df33a92b2e07706dc..b7ff5d88e92e70ac0bcb934af373243ad99302d1 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/identity/UuidBasedUniqueIdentificationGeneratorTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/identity/UuidBasedUniqueIdentificationGeneratorTest.java
|
| @@ -4,8 +4,8 @@
|
|
|
| package org.chromium.chrome.browser.identity;
|
|
|
| +import android.support.test.filters.SmallTest;
|
| import android.test.InstrumentationTestCase;
|
| -import android.test.suitebuilder.annotation.SmallTest;
|
|
|
| import junit.framework.Assert;
|
|
|
|
|