Index: android_webview/tools/WebViewShellTest/src/org/chromium/webview_shell/test/WebViewLayoutTest.java |
diff --git a/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewLayoutTest.java b/android_webview/tools/WebViewShellTest/src/org/chromium/webview_shell/test/WebViewLayoutTest.java |
similarity index 99% |
rename from android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewLayoutTest.java |
rename to android_webview/tools/WebViewShellTest/src/org/chromium/webview_shell/test/WebViewLayoutTest.java |
index 4d84446a4b2abb8277253d8db82aef28946ca8bd..8285679b402aff24d31c5abc5fd305faf1c0e0d9 100644 |
--- a/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewLayoutTest.java |
+++ b/android_webview/tools/WebViewShellTest/src/org/chromium/webview_shell/test/WebViewLayoutTest.java |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-package org.chromium.webview_shell; |
+package org.chromium.webview_shell.test; |
import android.os.Environment; |
import android.test.ActivityInstrumentationTestCase2; |
@@ -11,6 +11,7 @@ import android.test.suitebuilder.annotation.MediumTest; |
import junit.framework.ComparisonFailure; |
import org.chromium.base.Log; |
+import org.chromium.webview_shell.WebViewLayoutTestActivity; |
import java.io.BufferedReader; |
import java.io.File; |