Index: services/shell/background/background_shell_main.cc |
diff --git a/mojo/shell/background/background_shell_main.cc b/services/shell/background/background_shell_main.cc |
similarity index 80% |
rename from mojo/shell/background/background_shell_main.cc |
rename to services/shell/background/background_shell_main.cc |
index 72c082f483a034d346190579077e3d70720cb848..472f012ef0af21883e41d8339a7d71fe792cdea3 100644 |
--- a/mojo/shell/background/background_shell_main.cc |
+++ b/services/shell/background/background_shell_main.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/shell/background/background_shell_main.h" |
+#include "services/shell/background/background_shell_main.h" |
#include "base/at_exit.h" |
#include "base/command_line.h" |
#include "base/debug/debugger.h" |
#include "base/process/launch.h" |
-#include "mojo/shell/runner/common/switches.h" |
-#include "mojo/shell/runner/host/child_process.h" |
-#include "mojo/shell/runner/init.h" |
+#include "services/shell/runner/common/switches.h" |
+#include "services/shell/runner/host/child_process.h" |
+#include "services/shell/runner/init.h" |
namespace mojo { |
namespace shell { |
@@ -27,8 +27,8 @@ int RunChildProcess() { |
} |
} // namespace |
-} // shell |
-} // mojo |
+} // namespace shell |
+} // namespace mojo |
int main(int argc, char** argv) { |
base::CommandLine::Init(argc, argv); |