| Index: components/autofill/core/browser/address.h
|
| diff --git a/components/autofill/browser/address.h b/components/autofill/core/browser/address.h
|
| similarity index 82%
|
| rename from components/autofill/browser/address.h
|
| rename to components/autofill/core/browser/address.h
|
| index d4d038605aa5aae22801d329bc5e27f6c84e7df1..0379955dfd24b21bfb32539f206549dd4d4c2456 100644
|
| --- a/components/autofill/browser/address.h
|
| +++ b/components/autofill/core/browser/address.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_BROWSER_ADDRESS_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_ADDRESS_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_ADDRESS_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_ADDRESS_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/strings/string16.h"
|
| -#include "components/autofill/browser/autofill_type.h"
|
| -#include "components/autofill/browser/field_types.h"
|
| -#include "components/autofill/browser/form_group.h"
|
| +#include "components/autofill/core/browser/autofill_type.h"
|
| +#include "components/autofill/core/browser/field_types.h"
|
| +#include "components/autofill/core/browser/form_group.h"
|
|
|
| namespace autofill {
|
|
|
| @@ -53,4 +53,4 @@ class Address : public FormGroup {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_ADDRESS_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_ADDRESS_H_
|
|
|