Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc |
diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc |
index 85d50a6bcf5490c1644c3c9130dc0ce5a4c3e5fd..8d628f33dfec4d6a7fb441163458e575f5441688 100644 |
--- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc |
+++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc |
@@ -5,6 +5,7 @@ |
#include "components/autofill/core/browser/webdata/autofill_profile_syncable_service.h" |
#include <stddef.h> |
+ |
#include <utility> |
#include "base/guid.h" |
@@ -18,10 +19,10 @@ |
#include "components/autofill/core/browser/form_group.h" |
#include "components/autofill/core/browser/webdata/autofill_table.h" |
#include "components/autofill/core/browser/webdata/autofill_webdata_service.h" |
+#include "components/sync/api/sync_error.h" |
+#include "components/sync/api/sync_error_factory.h" |
+#include "components/sync/protocol/sync.pb.h" |
#include "components/webdata/common/web_database.h" |
-#include "sync/api/sync_error.h" |
-#include "sync/api/sync_error_factory.h" |
-#include "sync/protocol/sync.pb.h" |
using base::ASCIIToUTF16; |
using base::UTF8ToUTF16; |