Index: content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestApplication.java |
diff --git a/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java b/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestApplication.java |
similarity index 88% |
copy from content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java |
copy to content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestApplication.java |
index c85063673de96f767a1ee48efda297c287cb7d3b..9db42ed36c15c4ffb831f8400cd639003436d9db 100644 |
--- a/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java |
+++ b/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestApplication.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.content_browsertests_apk; |
+package org.chromium.content_linker_test_apk; |
import android.app.Application; |
@@ -10,7 +10,7 @@ import org.chromium.base.PathUtils; |
import org.chromium.content.app.LibraryLoader; |
import org.chromium.content.browser.ResourceExtractor; |
-public class ContentBrowserTestsApplication extends Application { |
+public class ContentLinkerTestApplication extends Application { |
private static final String[] MANDATORY_PAK_FILES = new String[] {"content_shell.pak"}; |
private static final String PRIVATE_DATA_DIRECTORY_SUFFIX = "content_shell"; |
bulach
2013/10/15 10:45:57
nit: perhaps change the data directory?
digit1
2013/10/15 13:18:45
I wasn't sure about this, BrowserTestsApplication.
|