| Index: mojo/runner/shell_test_base.cc
|
| diff --git a/mojo/shell/shell_test_base.cc b/mojo/runner/shell_test_base.cc
|
| similarity index 96%
|
| rename from mojo/shell/shell_test_base.cc
|
| rename to mojo/runner/shell_test_base.cc
|
| index da9a7d95f53639bb344cbea798395ac9d8bb65bc..5f56ae758b411c865c3911164569c4529a21e351 100644
|
| --- a/mojo/shell/shell_test_base.cc
|
| +++ b/mojo/runner/shell_test_base.cc
|
| @@ -2,7 +2,7 @@
|
| // 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/bind.h"
|
| #include "base/command_line.h"
|
| @@ -11,7 +11,7 @@
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| #include "build/build_config.h"
|
| -#include "mojo/shell/filename_util.h"
|
| +#include "mojo/runner/filename_util.h"
|
| #include "url/gurl.h"
|
|
|
| namespace mojo {
|
|
|