Index: components/autofill/content/renderer/form_cache.cc |
diff --git a/components/autofill/content/renderer/form_cache.cc b/components/autofill/content/renderer/form_cache.cc |
index 6e2aad138313a34a5ecf90ef72fb77b12b2344be..e09075e55fcf5d06d7408176cabea3106d2b3876 100644 |
--- a/components/autofill/content/renderer/form_cache.cc |
+++ b/components/autofill/content/renderer/form_cache.cc |
@@ -6,12 +6,12 @@ |
#include "base/logging.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "components/autofill/common/autofill_constants.h" |
-#include "components/autofill/common/form_data.h" |
-#include "components/autofill/common/form_data_predictions.h" |
-#include "components/autofill/common/form_field_data.h" |
-#include "components/autofill/common/form_field_data_predictions.h" |
#include "components/autofill/content/renderer/form_autofill_util.h" |
+#include "components/autofill/core/common/autofill_constants.h" |
+#include "components/autofill/core/common/form_data.h" |
+#include "components/autofill/core/common/form_data_predictions.h" |
+#include "components/autofill/core/common/form_field_data.h" |
+#include "components/autofill/core/common/form_field_data_predictions.h" |
#include "grit/component_resources.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormControlElement.h" |