| Index: android_webview/javatests/src/org/chromium/android_webview/test/HttpAuthDatabaseTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/HttpAuthDatabaseTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/HttpAuthDatabaseTest.java
|
| index 113fad3fa30d1fbec0c7f313ca82cdd9ba59fdb5..a2767c216520a5adc4bfc4195ef8ad197426a9d8 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/HttpAuthDatabaseTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/HttpAuthDatabaseTest.java
|
| @@ -4,8 +4,8 @@
|
|
|
| package org.chromium.android_webview.test;
|
|
|
| +import android.support.test.filters.SmallTest;
|
| import android.test.AndroidTestCase;
|
| -import android.test.suitebuilder.annotation.SmallTest;
|
|
|
| import org.chromium.android_webview.HttpAuthDatabase;
|
| import org.chromium.base.test.util.Feature;
|
|
|