Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: components/autofill/browser/email_field.h

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698