| Index: components/autofill/shared/autofill_pref_names.h
|
| diff --git a/components/autofill/common/autofill_pref_names.h b/components/autofill/shared/autofill_pref_names.h
|
| similarity index 76%
|
| rename from components/autofill/common/autofill_pref_names.h
|
| rename to components/autofill/shared/autofill_pref_names.h
|
| index b2269fe6b7ea900aeff726dcec97124b5cee4def..d6924a3e8e0ecbfcf434f209e7475a028725d9f3 100644
|
| --- a/components/autofill/common/autofill_pref_names.h
|
| +++ b/components/autofill/shared/autofill_pref_names.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_PREF_NAMES_H_
|
| -#define COMPONENTS_AUTOFILL_COMMON_AUTOFILL_PREF_NAMES_H_
|
| +#ifndef COMPONENTS_AUTOFILL_SHARED_AUTOFILL_PREF_NAMES_H_
|
| +#define COMPONENTS_AUTOFILL_SHARED_AUTOFILL_PREF_NAMES_H_
|
|
|
| namespace autofill {
|
| namespace prefs {
|
| @@ -18,4 +18,4 @@ extern const char kAutofillPositiveUploadRate[];
|
| } // namespace prefs
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_COMMON_AUTOFILL_PREF_NAMES_H_
|
| +#endif // COMPONENTS_AUTOFILL_SHARED_AUTOFILL_PREF_NAMES_H_
|
|
|