Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc |
diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc b/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc |
index a8ef61cb911decaa62b3d57a24e4ad3d49c191ca..0f2e4d3e16e5e14a49a26b52d8f36a0150d0b052 100644 |
--- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc |
+++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc |
@@ -16,8 +16,8 @@ |
#include "components/autofill/core/browser/country_names.h" |
#include "components/autofill/core/browser/webdata/autofill_change.h" |
#include "components/autofill/core/common/autofill_constants.h" |
-#include "components/sync/api/sync_error_factory.h" |
-#include "components/sync/api/sync_error_factory_mock.h" |
+#include "components/sync/model/sync_error_factory.h" |
+#include "components/sync/model/sync_error_factory_mock.h" |
#include "components/sync/protocol/sync.pb.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |