| Index: components/autofill/core/browser/email_field.h
|
| diff --git a/components/autofill/browser/email_field.h b/components/autofill/core/browser/email_field.h
|
| similarity index 73%
|
| rename from components/autofill/browser/email_field.h
|
| rename to components/autofill/core/browser/email_field.h
|
| index 7e01cfb349b3ae3a29ae7bf15da657b3d47a8793..29c6af3434f87484210ce3fa908f2b85fecc8483 100644
|
| --- a/components/autofill/browser/email_field.h
|
| +++ b/components/autofill/core/browser/email_field.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_BROWSER_EMAIL_FIELD_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_EMAIL_FIELD_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_EMAIL_FIELD_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_EMAIL_FIELD_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| -#include "components/autofill/browser/form_field.h"
|
| +#include "components/autofill/core/browser/form_field.h"
|
|
|
| namespace autofill {
|
|
|
| @@ -29,4 +29,4 @@ class EmailField : public FormField {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_EMAIL_FIELD_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_EMAIL_FIELD_H_
|
|
|