| Index: mandoline/ui/common/mandoline_switches.h
|
| diff --git a/mojo/services/tracing/public/cpp/switches.h b/mandoline/ui/common/mandoline_switches.h
|
| similarity index 52%
|
| copy from mojo/services/tracing/public/cpp/switches.h
|
| copy to mandoline/ui/common/mandoline_switches.h
|
| index 49dae998d45ae2280f0aeb8eb086355637883f01..e4fdec77e9fa100a50df0268c06b681c319c28e4 100644
|
| --- a/mojo/services/tracing/public/cpp/switches.h
|
| +++ b/mandoline/ui/common/mandoline_switches.h
|
| @@ -2,15 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
|
| -#define MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
|
| +#ifndef MANDOLINE_UI_COMMON_MANDOLINE_SWITCHES_H_
|
| +#define MANDOLINE_UI_COMMON_MANDOLINE_SWITCHES_H_
|
|
|
| -namespace tracing {
|
| +namespace switches {
|
|
|
| // All switches in alphabetical order. The switches should be documented
|
| // alongside the definition of their values in the .cc file.
|
| -extern const char kEnableStatsCollectionBindings[];
|
| +extern const char kCheckLayoutTestSysDeps[];
|
| +extern const char kRunLayoutTest[];
|
|
|
| -} // namespace tracing
|
| +} // namespace switches
|
|
|
| -#endif // MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
|
| +#endif // MANDOLINE_UI_COMMON_MANDOLINE_SWITCHES_H_
|
|
|