Index: chrome/browser/sync/glue/sync_backend_registrar.cc |
diff --git a/chrome/browser/sync/glue/sync_backend_registrar.cc b/chrome/browser/sync/glue/sync_backend_registrar.cc |
index de2b055b3d2a93231f320c03eac03cdb583f8660..24f4c0d31d899633eadabb6f154a25c85f74230d 100644 |
--- a/chrome/browser/sync/glue/sync_backend_registrar.cc |
+++ b/chrome/browser/sync/glue/sync_backend_registrar.cc |
@@ -11,12 +11,12 @@ |
#include "base/logging.h" |
#include "base/message_loop.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/sync/glue/change_processor.h" |
#include "chrome/browser/sync/glue/browser_thread_model_worker.h" |
+#include "chrome/browser/sync/glue/change_processor.h" |
#include "chrome/browser/sync/glue/history_model_worker.h" |
#include "chrome/browser/sync/glue/password_model_worker.h" |
#include "chrome/browser/sync/glue/ui_model_worker.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/public/browser/browser_thread.h" |
namespace browser_sync { |