| 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 00fb58fd310097c8ef6599bde412724b6a482770..5d886d1df2a4a92b1c684f7352699f341c857e9a 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -15,21 +15,21 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/thread.h"
|
| -#include "chrome/browser/sync/engine/model_safe_worker.h"
|
| #include "chrome/browser/sync/glue/backend_data_type_configurer.h"
|
| #include "chrome/browser/sync/glue/chrome_extensions_activity_monitor.h"
|
| #include "chrome/browser/sync/glue/chrome_sync_notification_bridge.h"
|
| #include "chrome/browser/sync/internal_api/configure_reason.h"
|
| -#include "chrome/browser/sync/internal_api/includes/report_unrecoverable_error_function.h"
|
| -#include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h"
|
| #include "chrome/browser/sync/internal_api/sync_manager.h"
|
| #include "chrome/browser/sync/notifier/sync_notifier_factory.h"
|
| -#include "chrome/browser/sync/protocol/sync_protocol_error.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| -#include "chrome/browser/sync/util/weak_handle.h"
|
| #include "chrome/common/net/gaia/google_service_auth_error.h"
|
| #include "googleurl/src/gurl.h"
|
| +#include "sync/engine/model_safe_worker.h"
|
| #include "sync/protocol/encryption.pb.h"
|
| +#include "sync/protocol/sync_protocol_error.h"
|
| +#include "sync/syncable/model_type.h"
|
| +#include "sync/util/report_unrecoverable_error_function.h"
|
| +#include "sync/util/unrecoverable_error_handler.h"
|
| +#include "sync/util/weak_handle.h"
|
|
|
| class MessageLoop;
|
| class Profile;
|
|
|