Index: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java |
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java |
similarity index 89% |
rename from android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java |
rename to android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java |
index 0f515e5855b4ff84ee35718d8988007dc9836882..704894d9761d350784458ee4587849f3c5a77272 100644 |
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java |
+++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-package org.chromium.android_webview.test; |
+package org.chromium.android_webview.shell; |
import android.content.Context; |
import org.chromium.android_webview.AwResource; |
-public class AwTestResourceProvider { |
+public class AwShellResourceProvider { |
private static boolean sInitialized; |
public static void registerResources(Context context) { |