Index: components/autofill/core/browser/form_group.h |
diff --git a/components/autofill/browser/form_group.h b/components/autofill/core/browser/form_group.h |
similarity index 92% |
rename from components/autofill/browser/form_group.h |
rename to components/autofill/core/browser/form_group.h |
index 4af6d555e2a0ebc56db443b1c8dc3eac5465ebfc..f29d3d42bd1f14d300081d1dffef2ab6d0e6b82d 100644 |
--- a/components/autofill/browser/form_group.h |
+++ b/components/autofill/core/browser/form_group.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_AUTOFILL_BROWSER_FORM_GROUP_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_FORM_GROUP_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_GROUP_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_GROUP_H_ |
#include <string> |
#include "base/strings/string16.h" |
-#include "components/autofill/browser/field_types.h" |
+#include "components/autofill/core/browser/field_types.h" |
namespace autofill { |
@@ -63,4 +63,4 @@ class FormGroup { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_FORM_GROUP_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_GROUP_H_ |