| Index: components/autofill/browser/address.h
|
| diff --git a/chrome/browser/autofill/address.h b/components/autofill/browser/address.h
|
| similarity index 81%
|
| rename from chrome/browser/autofill/address.h
|
| rename to components/autofill/browser/address.h
|
| index a13b3308d05a6ce674b1dc6aba9a7572d3661384..5a3127d7250190d66d2b31d5d3f8cfa78e1ad4c8 100644
|
| --- a/chrome/browser/autofill/address.h
|
| +++ b/components/autofill/browser/address.h
|
| @@ -2,16 +2,16 @@
|
| // 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_H_
|
| -#define CHROME_BROWSER_AUTOFILL_ADDRESS_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_ADDRESS_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_ADDRESS_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/string16.h"
|
| -#include "chrome/browser/autofill/autofill_type.h"
|
| -#include "chrome/browser/autofill/field_types.h"
|
| -#include "chrome/browser/autofill/form_group.h"
|
| +#include "components/autofill/browser/autofill_type.h"
|
| +#include "components/autofill/browser/field_types.h"
|
| +#include "components/autofill/browser/form_group.h"
|
|
|
| // A form group that stores address information.
|
| class Address : public FormGroup {
|
| @@ -51,4 +51,4 @@ class Address : public FormGroup {
|
| string16 zip_code_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_ADDRESS_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_ADDRESS_H_
|
|
|