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 2a9682ccad6d87afd7bd3cc9cfc8dd2bb3ce8211..b1d5a93bfc947212574cd3d8bf75d20492e6e2a3 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; |
@@ -10,6 +10,7 @@ import android.test.ActivityInstrumentationTestCase2; |
import junit.framework.ComparisonFailure; |
import org.chromium.base.Log; |
+import org.chromium.webview_shell.shell.WebViewLayoutTestActivity; |
import java.io.BufferedReader; |
import java.io.File; |