| Index: chrome/browser/sync/glue/sync_backend_host.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
|
| index 9270f7580e01d6816ea4bc0ca15176bfa9942288..21fe22a11a7b4172f0fba9ac4a9862ebe5e3f62d 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/file_path.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/threading/thread.h"
|
| @@ -22,6 +23,7 @@
|
| #include "chrome/browser/sync/engine/configure_reason.h"
|
| #include "chrome/browser/sync/engine/model_safe_worker.h"
|
| #include "chrome/browser/sync/glue/ui_model_worker.h"
|
| +#include "chrome/browser/sync/internal_api/sync_manager.h"
|
| #include "chrome/browser/sync/js/js_backend.h"
|
| #include "chrome/browser/sync/notifier/sync_notifier_factory.h"
|
| #include "chrome/browser/sync/syncable/model_type.h"
|
|
|