| Index: android_webview/javatests/src/org/chromium/android_webview/test/AwLayoutSizerTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwLayoutSizerTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwLayoutSizerTest.java
|
| index 69249ad5e1f4ae6b944f76787f4d8768242bf797..463433a07d430b416806cc4e5f383042cf9a31d0 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/AwLayoutSizerTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwLayoutSizerTest.java
|
| @@ -4,8 +4,8 @@
|
|
|
| package org.chromium.android_webview.test;
|
|
|
| +import android.support.test.filters.SmallTest;
|
| import android.test.InstrumentationTestCase;
|
| -import android.test.suitebuilder.annotation.SmallTest;
|
| import android.view.View;
|
| import android.view.View.MeasureSpec;
|
|
|
|
|