| Index: services/shell/switches.h
|
| diff --git a/mojo/shell/switches.h b/services/shell/switches.h
|
| similarity index 81%
|
| rename from mojo/shell/switches.h
|
| rename to services/shell/switches.h
|
| index f0482e1423c44515989a77df48fe92f5dd904049..5fc0ce66c6eb13735d9e012e88b2b0ba72da6346 100644
|
| --- a/mojo/shell/switches.h
|
| +++ b/services/shell/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_SWITCHES_H_
|
| -#define MOJO_SHELL_SWITCHES_H_
|
| +#ifndef SERVICES_SHELL_SWITCHES_H_
|
| +#define SERVICES_SHELL_SWITCHES_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -19,4 +19,4 @@ extern const char kSingleProcess[];
|
| } // namespace switches
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_SWITCHES_H_
|
| +#endif // SERVICES_SHELL_SWITCHES_H_
|
|
|