| 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 463433a07d430b416806cc4e5f383042cf9a31d0..af4e08378b3e6c551eed2044ddb8cd65fd91ad2b 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
|
| @@ -5,17 +5,18 @@
|
| package org.chromium.android_webview.test;
|
|
|
| import android.support.test.filters.SmallTest;
|
| -import android.test.InstrumentationTestCase;
|
| import android.view.View;
|
| import android.view.View.MeasureSpec;
|
|
|
| +import junit.framework.TestCase;
|
| +
|
| import org.chromium.android_webview.AwLayoutSizer;
|
| import org.chromium.base.test.util.Feature;
|
|
|
| /**
|
| * Unittests for the AwLayoutSizer class.
|
| */
|
| -public class AwLayoutSizerTest extends InstrumentationTestCase {
|
| +public class AwLayoutSizerTest extends TestCase {
|
| static class LayoutSizerDelegate implements AwLayoutSizer.Delegate {
|
| public int requestLayoutCallCount;
|
| public boolean setMeasuredDimensionCalled;
|
|
|