Index: components/autofill/browser/form_group.h |
diff --git a/chrome/browser/autofill/form_group.h b/components/autofill/browser/form_group.h |
similarity index 94% |
rename from chrome/browser/autofill/form_group.h |
rename to components/autofill/browser/form_group.h |
index edffeea4d0752b99ea9472babea7df4cc741846b..d7f0c8c37140bf5d3afc478f7c2f32b86352f6a8 100644 |
--- a/chrome/browser/autofill/form_group.h |
+++ b/components/autofill/browser/form_group.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_GROUP_H_ |
-#define CHROME_BROWSER_AUTOFILL_FORM_GROUP_H_ |
+#ifndef COMPONENTS_AUTOFILL_BROWSER_FORM_GROUP_H_ |
+#define COMPONENTS_AUTOFILL_BROWSER_FORM_GROUP_H_ |
#include <string> |
#include <vector> |
#include "base/string16.h" |
#include "base/string_util.h" |
-#include "chrome/browser/autofill/field_types.h" |
+#include "components/autofill/browser/field_types.h" |
class AutofillField; |
struct FormFieldData; |
@@ -89,4 +89,4 @@ class FormGroup { |
virtual bool FillCountrySelectControl(FormFieldData* field_data) const; |
}; |
-#endif // CHROME_BROWSER_AUTOFILL_FORM_GROUP_H_ |
+#endif // COMPONENTS_AUTOFILL_BROWSER_FORM_GROUP_H_ |