| Index: shell/dynamic_application_loader_unittest.cc
|
| diff --git a/mojo/shell/dynamic_application_loader_unittest.cc b/shell/dynamic_application_loader_unittest.cc
|
| similarity index 94%
|
| rename from mojo/shell/dynamic_application_loader_unittest.cc
|
| rename to shell/dynamic_application_loader_unittest.cc
|
| index 07fb6146e73baca98027a4506e1e8ff1f275145f..ad4726d3eafd6638e3438073a40e5bf1249ade91 100644
|
| --- a/mojo/shell/dynamic_application_loader_unittest.cc
|
| +++ b/shell/dynamic_application_loader_unittest.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/files/scoped_temp_dir.h"
|
| -#include "mojo/shell/context.h"
|
| -#include "mojo/shell/dynamic_application_loader.h"
|
| -#include "mojo/shell/dynamic_service_runner.h"
|
| -#include "mojo/shell/filename_util.h"
|
| +#include "shell/context.h"
|
| +#include "shell/dynamic_application_loader.h"
|
| +#include "shell/dynamic_service_runner.h"
|
| +#include "shell/filename_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
|
|