Index: mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java |
diff --git a/base/bind_helpers.cc b/mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java |
similarity index 52% |
copy from base/bind_helpers.cc |
copy to mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java |
index f1fe46da47ac0bbb0d4de0bd0974f2eca3ecf9b5..164ce18696234c1ee4d95f8a4e750b6303e88a3a 100644 |
--- a/base/bind_helpers.cc |
+++ b/mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java |
@@ -2,13 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/bind_helpers.h" |
+package org.chromium.mojo_shell_apk; |
-#include "base/callback.h" |
+import org.chromium.base.BaseChromiumApplication; |
-namespace base { |
- |
-void DoNothing() { |
+public class MojoShellApplication extends BaseChromiumApplication { |
} |
- |
-} // namespace base |