| 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 {
|
|
|