Index: components/autofill/core/browser/form_structure.h |
diff --git a/components/autofill/browser/form_structure.h b/components/autofill/core/browser/form_structure.h |
similarity index 96% |
rename from components/autofill/browser/form_structure.h |
rename to components/autofill/core/browser/form_structure.h |
index b5fdb1fb1016f684e2ac18db7eba325744d85752..157a8d68c9cf9ba7f8745740a10a0b366431e283 100644 |
--- a/components/autofill/browser/form_structure.h |
+++ b/components/autofill/core/browser/form_structure.h |
@@ -2,8 +2,8 @@ |
// 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_STRUCTURE_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_FORM_STRUCTURE_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_STRUCTURE_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_STRUCTURE_H_ |
#include <string> |
#include <vector> |
@@ -11,9 +11,9 @@ |
#include "base/gtest_prod_util.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/scoped_vector.h" |
-#include "components/autofill/browser/autofill_field.h" |
-#include "components/autofill/browser/autofill_type.h" |
-#include "components/autofill/browser/field_types.h" |
+#include "components/autofill/core/browser/autofill_field.h" |
+#include "components/autofill/core/browser/autofill_type.h" |
+#include "components/autofill/core/browser/field_types.h" |
#include "components/autofill/core/common/web_element_descriptor.h" |
#include "googleurl/src/gurl.h" |
@@ -259,4 +259,4 @@ class FormStructure { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_FORM_STRUCTURE_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_STRUCTURE_H_ |