| Index: chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java
|
| diff --git a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java b/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java
|
| index 8f0c1de2f26879cdf6aa1b3cf539ed2c01aa78a3..d0f0125267f5c2aec7edd57eff8f4408bc748b91 100644
|
| --- a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java
|
| +++ b/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellApplication.java
|
| @@ -4,9 +4,9 @@
|
|
|
| package org.chromium.chrome.testshell;
|
|
|
| -import android.app.Application;
|
| import android.content.Intent;
|
|
|
| +import org.chromium.base.ChromiumApplication;
|
| import org.chromium.base.PathUtils;
|
| import org.chromium.chrome.browser.UmaUtils;
|
| import org.chromium.content.browser.ResourceExtractor;
|
| @@ -15,10 +15,10 @@ import org.chromium.content.common.CommandLine;
|
| import java.util.ArrayList;
|
|
|
| /**
|
| - * A basic test shell {@link Application}. Handles setting up the native library and
|
| + * A basic test shell {@link android.app.Application}. Handles setting up the native library and
|
| * loading the right resources.
|
| */
|
| -public class ChromiumTestShellApplication extends Application {
|
| +public class ChromiumTestShellApplication extends ChromiumApplication {
|
| private static final String PRIVATE_DATA_DIRECTORY_SUFFIX = "chromiumtestshell";
|
| private static final String[] CHROME_MANDATORY_PAKS = {
|
| "en-US.pak",
|
|
|