Index: chrome/browser/sync/glue/password_change_processor.cc |
diff --git a/chrome/browser/sync/glue/password_change_processor.cc b/chrome/browser/sync/glue/password_change_processor.cc |
index f182fb131cd64d921af9f48b07ac980ee27077e1..a4866bb39b2f5aca3de1484d0e205e4f7dac1aee 100644 |
--- a/chrome/browser/sync/glue/password_change_processor.cc |
+++ b/chrome/browser/sync/glue/password_change_processor.cc |
@@ -13,15 +13,15 @@ |
#include "chrome/browser/password_manager/password_store_change.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/sync/glue/password_model_associator.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/write_transaction.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/chrome_notification_types.h" |
#include "content/public/browser/notification_details.h" |
#include "content/public/browser/notification_source.h" |
+#include "sync/internal_api/change_record.h" |
+#include "sync/internal_api/read_node.h" |
+#include "sync/internal_api/write_node.h" |
+#include "sync/internal_api/write_transaction.h" |
#include "sync/protocol/password_specifics.pb.h" |
#include "webkit/forms/password_form.h" |