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 bc54887757c1b19bd660c200ba9cd8efe3209ca5..e3e5164282686818d0a305e130b4e8dff3c9009f 100644 |
--- a/chrome/browser/sync/glue/sync_backend_registrar.cc |
+++ b/chrome/browser/sync/glue/sync_backend_registrar.cc |
@@ -11,13 +11,13 @@ |
#include "base/message_loop.h" |
#include "chrome/browser/password_manager/password_store_factory.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/sync/engine/passive_model_worker.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/public/browser/browser_thread.h" |
+#include "sync/engine/passive_model_worker.h" |
using content::BrowserThread; |