| Index: components/autofill/browser/address_field.h
|
| diff --git a/chrome/browser/autofill/address_field.h b/components/autofill/browser/address_field.h
|
| similarity index 91%
|
| rename from chrome/browser/autofill/address_field.h
|
| rename to components/autofill/browser/address_field.h
|
| index 05bf9439f348d804454993671f227ace2b1fa182..debdf536ab1439b7b5f3f1718b2eb1ba784190a3 100644
|
| --- a/chrome/browser/autofill/address_field.h
|
| +++ b/components/autofill/browser/address_field.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_AUTOFILL_ADDRESS_FIELD_H_
|
| -#define CHROME_BROWSER_AUTOFILL_ADDRESS_FIELD_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_ADDRESS_FIELD_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_ADDRESS_FIELD_H_
|
|
|
| #include <vector>
|
|
|
| @@ -11,8 +11,8 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/string16.h"
|
| -#include "chrome/browser/autofill/autofill_type.h"
|
| -#include "chrome/browser/autofill/form_field.h"
|
| +#include "components/autofill/browser/autofill_type.h"
|
| +#include "components/autofill/browser/form_field.h"
|
|
|
| class AutofillField;
|
| class AutofillScanner;
|
| @@ -81,4 +81,4 @@ class AddressField : public FormField {
|
| DISALLOW_COPY_AND_ASSIGN(AddressField);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_ADDRESS_FIELD_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_ADDRESS_FIELD_H_
|
|
|