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 b6d28222fa6140e07b61aaa02e67a0e1e2d52dc6..26ce523e3d3fab0c68bdc18d6fab6f52f18bd16e 100644 |
--- a/chrome/browser/sync/glue/password_change_processor.cc |
+++ b/chrome/browser/sync/glue/password_change_processor.cc |
@@ -18,10 +18,10 @@ |
#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/internal_api/public/change_record.h" |
+#include "sync/internal_api/public/read_node.h" |
+#include "sync/internal_api/public/write_node.h" |
+#include "sync/internal_api/public/write_transaction.h" |
#include "sync/protocol/password_specifics.pb.h" |
#include "webkit/forms/password_form.h" |