Index: mojo/shell/standalone/android/context_init.cc |
diff --git a/mojo/runner/android/context_init.cc b/mojo/shell/standalone/android/context_init.cc |
similarity index 60% |
rename from mojo/runner/android/context_init.cc |
rename to mojo/shell/standalone/android/context_init.cc |
index cf4831d787010ef19563cffe462fd61eb66f7af7..14ac0562d10325c7f64ab2bf9d011ba0b1c4c6b4 100644 |
--- a/mojo/runner/android/context_init.cc |
+++ b/mojo/shell/standalone/android/context_init.cc |
@@ -2,13 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/runner/android/context_init.h" |
+#include "mojo/shell/standalone/android/context_init.h" |
namespace mojo { |
-namespace runner { |
+namespace shell { |
-void InitContext(Context* context) { |
-} |
+void InitContext(Context* context) {} |
-} // namespace runner |
+} // namespace shell |
} // namespace mojo |