Index: components/autofill/core/browser/autofill_data_model.h |
diff --git a/components/autofill/browser/autofill_data_model.h b/components/autofill/core/browser/autofill_data_model.h |
similarity index 88% |
rename from components/autofill/browser/autofill_data_model.h |
rename to components/autofill/core/browser/autofill_data_model.h |
index b060d3ae2fca78e668493abe498c5b81893b0916..24739dae7ac70d319aafff112c8007bb48f62c14 100644 |
--- a/components/autofill/browser/autofill_data_model.h |
+++ b/components/autofill/core/browser/autofill_data_model.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_AUTOFILL_DATA_MODEL_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_DATA_MODEL_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DATA_MODEL_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DATA_MODEL_H_ |
#include <string> |
-#include "components/autofill/browser/field_types.h" |
-#include "components/autofill/browser/form_group.h" |
+#include "components/autofill/core/browser/field_types.h" |
+#include "components/autofill/core/browser/form_group.h" |
namespace autofill { |
@@ -67,4 +67,4 @@ class AutofillDataModel : public FormGroup { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_DATA_MODEL_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DATA_MODEL_H_ |