Index: components/autofill/browser/email_field.h |
diff --git a/chrome/browser/autofill/email_field.h b/components/autofill/browser/email_field.h |
similarity index 73% |
rename from chrome/browser/autofill/email_field.h |
rename to components/autofill/browser/email_field.h |
index 902335cbdd32218edb17af135dba6b11d77aaeed..d04a1a11f9870d3b1d6edadaa89369908138ab07 100644 |
--- a/chrome/browser/autofill/email_field.h |
+++ b/components/autofill/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 CHROME_BROWSER_AUTOFILL_EMAIL_FIELD_H_ |
-#define CHROME_BROWSER_AUTOFILL_EMAIL_FIELD_H_ |
+#ifndef COMPONENTS_AUTOFILL_BROWSER_EMAIL_FIELD_H_ |
+#define COMPONENTS_AUTOFILL_BROWSER_EMAIL_FIELD_H_ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
-#include "chrome/browser/autofill/form_field.h" |
+#include "components/autofill/browser/form_field.h" |
class EmailField : public FormField { |
public: |
@@ -25,4 +25,4 @@ class EmailField : public FormField { |
DISALLOW_COPY_AND_ASSIGN(EmailField); |
}; |
-#endif // CHROME_BROWSER_AUTOFILL_EMAIL_FIELD_H_ |
+#endif // COMPONENTS_AUTOFILL_BROWSER_EMAIL_FIELD_H_ |