Index: chrome/browser/sync/glue/typed_url_change_processor.cc |
diff --git a/chrome/browser/sync/glue/typed_url_change_processor.cc b/chrome/browser/sync/glue/typed_url_change_processor.cc |
index 05cd86c31566b701e86ef1de9668be2f6aba85e5..69933e0a381dc6d542b08b0e25e420a3d8f79565 100644 |
--- a/chrome/browser/sync/glue/typed_url_change_processor.cc |
+++ b/chrome/browser/sync/glue/typed_url_change_processor.cc |
@@ -11,13 +11,13 @@ |
#include "chrome/browser/history/history_notifications.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/sync/glue/typed_url_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 "content/public/browser/notification_service.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/typed_url_specifics.pb.h" |
using content::BrowserThread; |