Index: components/autofill/browser/form_field.h |
diff --git a/chrome/browser/autofill/form_field.h b/components/autofill/browser/form_field.h |
similarity index 95% |
rename from chrome/browser/autofill/form_field.h |
rename to components/autofill/browser/form_field.h |
index f9143427f4b1f4e59462d63b40931326280b5d60..8b9765d136dc562076da4db0b1af3ce3eccf946f 100644 |
--- a/chrome/browser/autofill/form_field.h |
+++ b/components/autofill/browser/form_field.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_AUTOFILL_FORM_FIELD_H_ |
-#define CHROME_BROWSER_AUTOFILL_FORM_FIELD_H_ |
+#ifndef COMPONENTS_AUTOFILL_BROWSER_FORM_FIELD_H_ |
+#define COMPONENTS_AUTOFILL_BROWSER_FORM_FIELD_H_ |
#include <vector> |
#include "base/basictypes.h" |
#include "base/gtest_prod_util.h" |
#include "base/string16.h" |
-#include "chrome/browser/autofill/autofill_type.h" |
+#include "components/autofill/browser/autofill_type.h" |
class AutofillField; |
class AutofillScanner; |
@@ -117,4 +117,4 @@ class FormField { |
DISALLOW_COPY_AND_ASSIGN(FormField); |
}; |
-#endif // CHROME_BROWSER_AUTOFILL_FORM_FIELD_H_ |
+#endif // COMPONENTS_AUTOFILL_BROWSER_FORM_FIELD_H_ |