| Index: components/quirks_client/switches.h
|
| diff --git a/mojo/shell/fetcher/switches.h b/components/quirks_client/switches.h
|
| similarity index 59%
|
| copy from mojo/shell/fetcher/switches.h
|
| copy to components/quirks_client/switches.h
|
| index 1c57ef58c431f03f1475dbdb53017a573dcd8d41..67f3fb34ffa89310d7b2c003635938de4f7b8a9d 100644
|
| --- a/mojo/shell/fetcher/switches.h
|
| +++ b/components/quirks_client/switches.h
|
| @@ -2,15 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_FETCHER_SWITCHES_H_
|
| -#define MOJO_SHELL_FETCHER_SWITCHES_H_
|
| +#ifndef COMPONENTS_QUIRKS_CLIENT_SWITCHES_H_
|
| +#define COMPONENTS_QUIRKS_CLIENT_SWITCHES_H_
|
|
|
| +namespace quirks_client {
|
| 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 kDisableCache[];
|
| +extern const char kEnableDisplayQuirksClient[];
|
|
|
| } // namespace switches
|
| +} // namespace quirks_client
|
|
|
| -#endif // MOJO_SHELL_FETCHER_SWITCHES_H_
|
| +#endif // COMPONENTS_QUIRKS_CLIENT_SWITCHES_H_
|
|
|