| Index: components/autofill/shared/autofill_switches.h
|
| diff --git a/components/autofill/common/autofill_switches.h b/components/autofill/shared/autofill_switches.h
|
| similarity index 83%
|
| rename from components/autofill/common/autofill_switches.h
|
| rename to components/autofill/shared/autofill_switches.h
|
| index 5bf022f79317c82b03dfabf5fca19e5662119a50..a13a39eb8202f9b2db89a19bead817f0503ae7de 100644
|
| --- a/components/autofill/common/autofill_switches.h
|
| +++ b/components/autofill/shared/autofill_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 COMPONENTS_AUTOFILL_COMMON_AUTOFILL_SWITCHES_H_
|
| -#define COMPONENTS_AUTOFILL_COMMON_AUTOFILL_SWITCHES_H_
|
| +#ifndef COMPONENTS_AUTOFILL_SHARED_AUTOFILL_SWITCHES_H_
|
| +#define COMPONENTS_AUTOFILL_SHARED_AUTOFILL_SWITCHES_H_
|
|
|
| namespace autofill {
|
| namespace switches {
|
| @@ -24,4 +24,4 @@ extern const char kWalletServiceUseProd[];
|
| } // namespace switches
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_COMMON_AUTOFILL_SWITCHES_H_
|
| +#endif // COMPONENTS_AUTOFILL_SHARED_AUTOFILL_SWITCHES_H_
|
|
|