| Index: services/shell/runner/common/switches.h
|
| diff --git a/mojo/shell/runner/common/switches.h b/services/shell/runner/common/switches.h
|
| similarity index 75%
|
| rename from mojo/shell/runner/common/switches.h
|
| rename to services/shell/runner/common/switches.h
|
| index 57957cffcc8478fd54d7325361ad3bdafbabe679..4406b07acce625c5d5a09f21c8946d7567c66e53 100644
|
| --- a/mojo/shell/runner/common/switches.h
|
| +++ b/services/shell/runner/common/switches.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_RUNNER_COMMON_SWITCHES_H_
|
| -#define MOJO_SHELL_RUNNER_COMMON_SWITCHES_H_
|
| +#ifndef SERVICES_SHELL_RUNNER_COMMON_SWITCHES_H_
|
| +#define SERVICES_SHELL_RUNNER_COMMON_SWITCHES_H_
|
|
|
| namespace switches {
|
|
|
| @@ -15,4 +15,4 @@ extern const char kPrimordialPipeToken[];
|
|
|
| } // namespace switches
|
|
|
| -#endif // MOJO_SHELL_RUNNER_COMMON_SWITCHES_H_
|
| +#endif // SERVICES_SHELL_RUNNER_COMMON_SWITCHES_H_
|
|
|