| Index: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
|
| diff --git a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
|
| index 8ed513f15c084d4348656a0c6a74023bacc51f92..50951271fda68c41550fc18473a4030ab47b13d7 100644
|
| --- a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
|
| +++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
|
| @@ -129,7 +129,7 @@ public class AwShellActivity extends Activity {
|
| };
|
|
|
| SharedPreferences sharedPreferences =
|
| - getSharedPreferences(PREFERENCES_NAME, Context.MODE_PRIVATE);
|
| + getSharedPreferences(PREFERENCES_NAME, Context.MODE_PRIVATE);
|
| if (mBrowserContext == null) {
|
| mBrowserContext = new AwBrowserContext(sharedPreferences);
|
| }
|
|
|