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

Unified Diff: mojo/runner/shell_test_base_android.cc

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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 | « mojo/runner/shell_test_base.cc ('k') | mojo/runner/shell_test_base_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/shell_test_base_android.cc
diff --git a/mojo/shell/shell_test_base_android.cc b/mojo/runner/shell_test_base_android.cc
similarity index 93%
rename from mojo/shell/shell_test_base_android.cc
rename to mojo/runner/shell_test_base_android.cc
index 4b3b7360958beddd579f67aaee5ef65a1dfb8961..3f6d58d3822502d5ff1a67625afb5c0cfe29393a 100644
--- a/mojo/shell/shell_test_base_android.cc
+++ b/mojo/runner/shell_test_base_android.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/shell/shell_test_base.h"
+#include "mojo/runner/shell_test_base.h"
#include "base/android/jni_android.h"
#include "base/android/jni_string.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "jni/ShellTestBase_jni.h"
-#include "mojo/shell/filename_util.h"
+#include "mojo/runner/filename_util.h"
#include "url/gurl.h"
namespace mojo {
« no previous file with comments | « mojo/runner/shell_test_base.cc ('k') | mojo/runner/shell_test_base_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698