| Index: services/service_manager/runner/common/client_util.cc
|
| diff --git a/services/shell/runner/common/client_util.cc b/services/service_manager/runner/common/client_util.cc
|
| similarity index 90%
|
| rename from services/shell/runner/common/client_util.cc
|
| rename to services/service_manager/runner/common/client_util.cc
|
| index c2dd7bdd7b82eec3e57e0bb755d993d3221fe014..c83f9ef91f95a047c2e19273f489af41ac9ca022 100644
|
| --- a/services/shell/runner/common/client_util.cc
|
| +++ b/services/service_manager/runner/common/client_util.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "services/shell/runner/common/client_util.h"
|
| +#include "services/service_manager/runner/common/client_util.h"
|
|
|
| #include <string>
|
|
|
| #include "base/command_line.h"
|
| #include "mojo/edk/embedder/embedder.h"
|
| -#include "services/shell/runner/common/switches.h"
|
| +#include "services/service_manager/runner/common/switches.h"
|
|
|
| namespace shell {
|
|
|
|
|