| Index: services/service_manager/runner/init.cc
|
| diff --git a/services/shell/runner/init.cc b/services/service_manager/runner/init.cc
|
| similarity index 96%
|
| rename from services/shell/runner/init.cc
|
| rename to services/service_manager/runner/init.cc
|
| index 310e80ca9aa7ad1ced880e8b43cbd4e4c1b634b9..7d8332163227f4698d0df773ef8d9c16604736e2 100644
|
| --- a/services/shell/runner/init.cc
|
| +++ b/services/service_manager/runner/init.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 "services/shell/runner/init.h"
|
| +#include "services/service_manager/runner/init.h"
|
|
|
| #include <stdint.h>
|
|
|
| @@ -16,7 +16,7 @@
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "services/shell/runner/common/switches.h"
|
| +#include "services/service_manager/runner/common/switches.h"
|
|
|
| #if defined(OS_WIN)
|
| #include <windows.h>
|
|
|