| Index: android_webview/tools/webview_shell/LayoutTests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| diff --git a/android_webview/tools/WebViewShellTest/src/org/chromium/webview_shell/test/WebViewLayoutTest.java b/android_webview/tools/webview_shell/LayoutTests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| similarity index 99%
|
| rename from android_webview/tools/WebViewShellTest/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| rename to android_webview/tools/webview_shell/LayoutTests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| index fe076c3851d933d9847dd39c79e782c3a6000264..571681894df91321cc1e321f9e7dc28347f24a84 100644
|
| --- a/android_webview/tools/WebViewShellTest/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| +++ b/android_webview/tools/webview_shell/LayoutTests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| @@ -35,7 +35,8 @@ public class WebViewLayoutTest
|
|
|
| private static final String EXTERNAL_PREFIX =
|
| Environment.getExternalStorageDirectory().getAbsolutePath() + "/";
|
| - private static final String BASE_WEBVIEW_TEST_PATH = "android_webview/tools/WebViewShell/test/";
|
| + private static final String BASE_WEBVIEW_TEST_PATH =
|
| + "android_webview/tools/webview_shell/test/data/";
|
| private static final String BASE_BLINK_TEST_PATH = "third_party/WebKit/LayoutTests/";
|
| private static final String BASE_BLINK_STABLE_TEST_PATH =
|
| BASE_BLINK_TEST_PATH + "virtual/stable/";
|
|
|