| Index: components/autofill/browser/name_field.h
|
| diff --git a/chrome/browser/autofill/name_field.h b/components/autofill/browser/name_field.h
|
| similarity index 81%
|
| rename from chrome/browser/autofill/name_field.h
|
| rename to components/autofill/browser/name_field.h
|
| index 7ae6d20dc4a85dbfa0df1c6e159c40fe40707431..e62b62f114c50208c1a73c398e12ab0b58b4658c 100644
|
| --- a/chrome/browser/autofill/name_field.h
|
| +++ b/components/autofill/browser/name_field.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_AUTOFILL_NAME_FIELD_H_
|
| -#define CHROME_BROWSER_AUTOFILL_NAME_FIELD_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_NAME_FIELD_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_NAME_FIELD_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| -#include "chrome/browser/autofill/autofill_field.h"
|
| -#include "chrome/browser/autofill/form_field.h"
|
| +#include "components/autofill/browser/autofill_field.h"
|
| +#include "components/autofill/browser/form_field.h"
|
|
|
| class AutofillScanner;
|
|
|
| @@ -39,4 +39,4 @@ class NameField : public FormField {
|
| DISALLOW_COPY_AND_ASSIGN(NameField);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_NAME_FIELD_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_NAME_FIELD_H_
|
|
|