| Index: components/autofill/core/browser/contact_info.h
|
| diff --git a/components/autofill/browser/contact_info.h b/components/autofill/core/browser/contact_info.h
|
| similarity index 89%
|
| rename from components/autofill/browser/contact_info.h
|
| rename to components/autofill/core/browser/contact_info.h
|
| index 3d96636f781ec6bfbbb6463425c934400cf29942..63d6c9f26b2bfa4c6372f7949e589ea76f04c0f4 100644
|
| --- a/components/autofill/browser/contact_info.h
|
| +++ b/components/autofill/core/browser/contact_info.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 COMPONENTS_AUTOFILL_BROWSER_CONTACT_INFO_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_CONTACT_INFO_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_CONTACT_INFO_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_CONTACT_INFO_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/strings/string16.h"
|
| -#include "components/autofill/browser/field_types.h"
|
| -#include "components/autofill/browser/form_group.h"
|
| +#include "components/autofill/core/browser/field_types.h"
|
| +#include "components/autofill/core/browser/form_group.h"
|
|
|
| namespace autofill {
|
|
|
| @@ -96,4 +96,4 @@ class CompanyInfo : public FormGroup {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_CONTACT_INFO_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_CONTACT_INFO_H_
|
|
|