| Index: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java
|
| diff --git a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java
|
| index 1bbf97d1d51a088609456d67380a4f1b7f007d66..cc86bb2614863e8fac199b8fcaf1cc075b75f48b 100644
|
| --- a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java
|
| +++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java
|
| @@ -4,7 +4,7 @@
|
|
|
| package org.chromium.android_webview.shell;
|
|
|
| -import org.chromium.android_webview.R;
|
| +import org.chromium.android_webview.LocalePakFilesImpl;
|
| import org.chromium.base.CommandLine;
|
| import org.chromium.base.annotations.SuppressFBWarnings;
|
| import org.chromium.content.app.ContentApplication;
|
| @@ -25,7 +25,7 @@ public class AwShellApplication extends ContentApplication {
|
|
|
| @Override
|
| protected void initializeLibraryDependencies() {
|
| - ResourceBundle.initializeLocalePaks(this, R.array.locale_paks);
|
| + ResourceBundle.initializeLocalePaks(this, new LocalePakFilesImpl());
|
| }
|
|
|
| @SuppressFBWarnings("DMI_HARDCODED_ABSOLUTE_FILENAME")
|
|
|