Index: components/syncable_prefs/pref_model_associator.cc |
diff --git a/components/syncable_prefs/pref_model_associator.cc b/components/syncable_prefs/pref_model_associator.cc |
index dd9d71494251ac0ed3fc456a9a1fd2f213a98f31..ef63b1c4cb503b5d6adbe459fc48fa4d597e989f 100644 |
--- a/components/syncable_prefs/pref_model_associator.cc |
+++ b/components/syncable_prefs/pref_model_associator.cc |
@@ -16,12 +16,12 @@ |
#include "base/strings/utf_string_conversions.h" |
#include "base/values.h" |
#include "components/prefs/pref_service.h" |
+#include "components/sync/api/sync_change.h" |
+#include "components/sync/api/sync_error_factory.h" |
+#include "components/sync/protocol/preference_specifics.pb.h" |
+#include "components/sync/protocol/sync.pb.h" |
#include "components/syncable_prefs/pref_model_associator_client.h" |
#include "components/syncable_prefs/pref_service_syncable.h" |
-#include "sync/api/sync_change.h" |
-#include "sync/api/sync_error_factory.h" |
-#include "sync/protocol/preference_specifics.pb.h" |
-#include "sync/protocol/sync.pb.h" |
using syncer::PREFERENCES; |
using syncer::PRIORITY_PREFERENCES; |