| Index: services/service_manager/standalone/desktop/main.cc
|
| diff --git a/services/shell/standalone/desktop/main.cc b/services/service_manager/standalone/desktop/main.cc
|
| similarity index 78%
|
| rename from services/shell/standalone/desktop/main.cc
|
| rename to services/service_manager/standalone/desktop/main.cc
|
| index 9a27ab2844cca013d759afd2359373723d435a6a..ccc609135f7a8b0e0e86ee27871e90ea470a45a0 100644
|
| --- a/services/shell/standalone/desktop/main.cc
|
| +++ b/services/service_manager/standalone/desktop/main.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/standalone/desktop/main_helper.h"
|
| +#include "services/service_manager/standalone/desktop/main_helper.h"
|
|
|
| int main(int argc, char** argv) {
|
| return shell::StandaloneShellMain(argc, argv);
|
|
|