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 86% |
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..18fed36c03eb4825e0cfe949f245808521767fb5 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,10 +10,10 @@ 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"; |
+ private static final String PRIVATE_DATA_DIRECTORY_SUFFIX = "content_linker_test"; |
@Override |
public void onCreate() { |