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 2a32ec3e8c83c26c3749665d6dd5c1251e74a8fa..a235bb56f71818ffe5b83933d2913558c6ae7780 100644 |
--- a/chrome/browser/sync/glue/typed_url_change_processor.cc |
+++ b/chrome/browser/sync/glue/typed_url_change_processor.cc |
@@ -15,10 +15,10 @@ |
#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/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/typed_url_specifics.pb.h" |
#include "sync/syncable/syncable.h" // TODO(tim): Investigating bug 121587. |