| Index: components/autofill/core/browser/ui/autofill_dialog_types.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.h b/components/autofill/core/browser/ui/autofill_dialog_types.h
|
| similarity index 97%
|
| rename from chrome/browser/ui/autofill/autofill_dialog_types.h
|
| rename to components/autofill/core/browser/ui/autofill_dialog_types.h
|
| index 537ac929f26d3094639fcfab3cb9efc3fb4148e9..663cf08565e7c525df4942a12c7250be314971c4 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| +++ b/components/autofill/core/browser/ui/autofill_dialog_types.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 CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_DIALOG_TYPES_H_
|
| -#define CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_DIALOG_TYPES_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_UI_AUTOFILL_DIALOG_TYPES_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_UI_AUTOFILL_DIALOG_TYPES_H_
|
|
|
| #include <map>
|
| #include <vector>
|
| @@ -233,4 +233,4 @@ class ValidityMessages {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_DIALOG_TYPES_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_UI_AUTOFILL_DIALOG_TYPES_H_
|
|
|