| Index: content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java
|
| diff --git a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java
|
| index d070fb0e28903bc0d7573a4df64ba923148a992c..6d79070b89dd5aa346a8fffb937a5993d0db6170 100644
|
| --- a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java
|
| +++ b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java
|
| @@ -12,7 +12,7 @@ import org.chromium.content.browser.ResourceExtractor;
|
|
|
| /**
|
| * Entry point for the content shell application. Handles initialization of information that needs
|
| - * to be shared across the main activity and the sandbox services created.
|
| + * to be shared across the main activity and the child services created.
|
| */
|
| public class ContentShellApplication extends Application {
|
|
|
|
|