| Index: services/shell/runner/init.cc
|
| diff --git a/mojo/shell/runner/init.cc b/services/shell/runner/init.cc
|
| similarity index 97%
|
| rename from mojo/shell/runner/init.cc
|
| rename to services/shell/runner/init.cc
|
| index 57eb312392e02b534835b1c1201ba19255196c5d..cf8903312b46604dc155b4e27f9e162fa9d76503 100644
|
| --- a/mojo/shell/runner/init.cc
|
| +++ b/services/shell/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 "mojo/shell/runner/init.h"
|
| +#include "services/shell/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 "mojo/shell/runner/common/switches.h"
|
| +#include "services/shell/runner/common/switches.h"
|
|
|
| #if defined(OS_WIN)
|
| #include <windows.h>
|
|
|