Index: chrome/browser/sync/glue/bookmark_change_processor.cc |
diff --git a/chrome/browser/sync/glue/bookmark_change_processor.cc b/chrome/browser/sync/glue/bookmark_change_processor.cc |
index ebf6c8de313c04ec9846d8246be11a81570fc776..8bf4d8316343227be72c585e4f3d4844a21ff9e6 100644 |
--- a/chrome/browser/sync/glue/bookmark_change_processor.cc |
+++ b/chrome/browser/sync/glue/bookmark_change_processor.cc |
@@ -15,12 +15,12 @@ |
#include "chrome/browser/bookmarks/bookmark_utils.h" |
#include "chrome/browser/favicon/favicon_service.h" |
#include "chrome/browser/profiles/profile.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 "content/public/browser/browser_thread.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/syncable/syncable.h" // TODO(tim): Investigating bug 121587. |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "ui/gfx/codec/png_codec.h" |