Index: chrome/browser/sync/profile_sync_service_session_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_session_unittest.cc b/chrome/browser/sync/profile_sync_service_session_unittest.cc |
index 0ca2da81acd44dcd87b8156fee67052d1e4c8986..17742bafd8deb2b3b7318bf81b358de4e1b9c98b 100644 |
--- a/chrome/browser/sync/profile_sync_service_session_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc |
@@ -25,15 +25,12 @@ |
#include "chrome/browser/sync/glue/sync_backend_host.h" |
#include "chrome/browser/sync/internal_api/change_record.h" |
#include "chrome/browser/sync/internal_api/read_node.h" |
-#include "chrome/browser/sync/internal_api/write_node.h" |
#include "chrome/browser/sync/internal_api/read_transaction.h" |
+#include "chrome/browser/sync/internal_api/write_node.h" |
#include "chrome/browser/sync/internal_api/write_transaction.h" |
#include "chrome/browser/sync/profile_sync_components_factory_mock.h" |
#include "chrome/browser/sync/profile_sync_service_factory.h" |
#include "chrome/browser/sync/profile_sync_test_util.h" |
-#include "chrome/browser/sync/syncable/model_type.h" |
-#include "chrome/browser/sync/syncable/syncable.h" |
-#include "chrome/browser/sync/test/engine/test_id_factory.h" |
#include "chrome/browser/sync/test_profile_sync_service.h" |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/net/gaia/gaia_constants.h" |
@@ -48,6 +45,9 @@ |
#include "googleurl/src/gurl.h" |
#include "sync/protocol/session_specifics.pb.h" |
#include "sync/protocol/sync.pb.h" |
+#include "sync/syncable/model_type.h" |
+#include "sync/syncable/syncable.h" |
+#include "sync/test/engine/test_id_factory.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "ui/base/ui_base_types.h" |