| Index: components/cryptauth/switches.h
|
| diff --git a/components/proximity_auth/cryptauth/switches.h b/components/cryptauth/switches.h
|
| similarity index 63%
|
| rename from components/proximity_auth/cryptauth/switches.h
|
| rename to components/cryptauth/switches.h
|
| index 6e01b94ecafea70084da196f078324c04475497c..51fecb6fb39c6d67c3ed04e33bec3e8983a17633 100644
|
| --- a/components/proximity_auth/cryptauth/switches.h
|
| +++ b/components/cryptauth/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_PROXIMITY_AUTH_CRYPTAUTH_SWITCHES_H_
|
| -#define COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_SWITCHES_H_
|
| +#ifndef COMPONENTS_CRYPTAUTH_SWITCHES_H_
|
| +#define COMPONENTS_CRYPTAUTH_SWITCHES_H_
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
| namespace switches {
|
|
|
| // All switches in alphabetical order. The switches should be documented
|
| @@ -13,6 +13,6 @@ namespace switches {
|
| extern const char kCryptAuthHTTPHost[];
|
|
|
| } // namespace switches
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| -#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_SWITCHES_H_
|
| +#endif // COMPONENTS_CRYPTAUTH_SWITCHES_H_
|
|
|