| Index: components/autofill/core/common/autofill_switches.h
|
| diff --git a/components/autofill/common/autofill_switches.h b/components/autofill/core/common/autofill_switches.h
|
| similarity index 82%
|
| rename from components/autofill/common/autofill_switches.h
|
| rename to components/autofill/core/common/autofill_switches.h
|
| index 5bf022f79317c82b03dfabf5fca19e5662119a50..84d76d59c594731eb7e06e40f3672640cfc81d62 100644
|
| --- a/components/autofill/common/autofill_switches.h
|
| +++ b/components/autofill/core/common/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_CORE_COMMON_AUTOFILL_SWITCHES_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_COMMON_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_CORE_COMMON_AUTOFILL_SWITCHES_H_
|
|
|