Index: components/autofill/browser/autofill_manager_unittest.cc |
diff --git a/components/autofill/browser/autofill_manager_unittest.cc b/components/autofill/browser/autofill_manager_unittest.cc |
index 769575cd5bdf183384e235d63a76b16a217e2682..7f01443c90ee9d826b4364ea87b894b647c91cde 100644 |
--- a/components/autofill/browser/autofill_manager_unittest.cc |
+++ b/components/autofill/browser/autofill_manager_unittest.cc |
@@ -36,10 +36,10 @@ |
#include "components/autofill/browser/personal_data_manager.h" |
#include "components/autofill/browser/test_autofill_external_delegate.h" |
#include "components/autofill/browser/test_autofill_manager_delegate.h" |
-#include "components/autofill/common/autofill_messages.h" |
-#include "components/autofill/common/form_data.h" |
-#include "components/autofill/common/form_field_data.h" |
-#include "components/autofill/common/forms_seen_state.h" |
+#include "components/autofill/shared/autofill_messages.h" |
+#include "components/autofill/shared/form_data.h" |
+#include "components/autofill/shared/form_field_data.h" |
+#include "components/autofill/shared/forms_seen_state.h" |
#include "components/user_prefs/user_prefs.h" |
#include "content/public/browser/web_contents.h" |
#include "content/public/test/mock_render_process_host.h" |