Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Unified Diff: sky/shell/org/domokit/sky/shell/SkyApplication.java

Issue 965493002: Introduce Stocks.apk (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/shell/org/domokit/sky/shell/SkyActivity.java ('k') | sky/shell/org/domokit/sky/shell/SkyMain.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/org/domokit/sky/shell/SkyApplication.java
diff --git a/sky/shell/apk/src/org/domokit/sky/shell/SkyShellApplication.java b/sky/shell/org/domokit/sky/shell/SkyApplication.java
similarity index 96%
rename from sky/shell/apk/src/org/domokit/sky/shell/SkyShellApplication.java
rename to sky/shell/org/domokit/sky/shell/SkyApplication.java
index d60ce5f5f545d7664b536a6bf14cdad08173ca46..ba53c6d721237982c4c6d51fcfff370edc9cfab2 100644
--- a/sky/shell/apk/src/org/domokit/sky/shell/SkyShellApplication.java
+++ b/sky/shell/org/domokit/sky/shell/SkyApplication.java
@@ -17,7 +17,7 @@ import org.chromium.base.library_loader.ProcessInitException;
* MojoShell implementation of {@link android.app.Application}, managing application-level global
* state and initializations.
*/
-public class SkyShellApplication extends BaseChromiumApplication {
+public class SkyApplication extends BaseChromiumApplication {
private static final String TAG = "SkyShellApplication";
private static final String PRIVATE_DATA_DIRECTORY_SUFFIX = "sky_shell";
private static final String[] SKY_MANDATORY_PAKS = {
« no previous file with comments | « sky/shell/org/domokit/sky/shell/SkyActivity.java ('k') | sky/shell/org/domokit/sky/shell/SkyMain.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698