| Index: services/ui/common/switches.h
|
| diff --git a/components/mus/common/switches.h b/services/ui/common/switches.h
|
| similarity index 73%
|
| rename from components/mus/common/switches.h
|
| rename to services/ui/common/switches.h
|
| index 492aa4c31133c6407194cd98bb7d888cacf05257..636c3ad37f744ed72aaceba602bd17b9ebe9592d 100644
|
| --- a/components/mus/common/switches.h
|
| +++ b/services/ui/common/switches.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_COMMON_SWITCHES_H_
|
| -#define COMPONENTS_MUS_COMMON_SWITCHES_H_
|
| +#ifndef SERVICES_UI_COMMON_SWITCHES_H_
|
| +#define SERVICES_UI_COMMON_SWITCHES_H_
|
|
|
| -#include "components/mus/common/mus_common_export.h"
|
| +#include "services/ui/common/mus_common_export.h"
|
|
|
| namespace mus {
|
| namespace switches {
|
| @@ -18,4 +18,4 @@ extern const char MUS_COMMON_EXPORT kUseTestConfig[];
|
| } // namespace switches
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_COMMON_SWITCHES_H_
|
| +#endif // SERVICES_UI_COMMON_SWITCHES_H_
|
|
|