Index: chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
index de4d449e3181fd751b549b61c81f04f47bbf60cd..5721e279ee64f2bb795d37d4b7db817f568b9e22 100644 |
--- a/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
+++ b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
@@ -3,11 +3,11 @@ |
// found in the LICENSE file. |
#include "base/utf_string_conversions.h" |
-#include "chrome/browser/sync/engine/model_safe_worker.h" |
#include "chrome/browser/sync/profile_sync_service_harness.h" |
-#include "chrome/browser/sync/sessions/session_state.h" |
-#include "chrome/browser/sync/test/integration/sync_test.h" |
#include "chrome/browser/sync/test/integration/passwords_helper.h" |
+#include "chrome/browser/sync/test/integration/sync_test.h" |
+#include "sync/engine/model_safe_worker.h" |
+#include "sync/sessions/session_state.h" |
using passwords_helper::AddLogin; |
using passwords_helper::AllProfilesContainSamePasswordForms; |