| 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 fb7e37f31ce1bf24e4b41f159ff425e570ec434d..00fb58fd310097c8ef6599bde412724b6a482770 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -19,17 +19,17 @@
|
| #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/configure_reason.h"
|
| #include "chrome/browser/sync/internal_api/sync_manager.h"
|
| #include "chrome/browser/sync/notifier/sync_notifier_factory.h"
|
| -#include "chrome/browser/sync/protocol/encryption.pb.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/protocol/encryption.pb.h"
|
|
|
| class MessageLoop;
|
| class Profile;
|
|
|