| 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 d809230ea43804666b1bc827d70ce3d98dbee603..3073d6d674ed14a3ecf0ccfec9c30ade38fa3c8a 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -18,11 +18,11 @@
|
| #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/sync_manager.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/internal_api/configure_reason.h"
|
| +#include "sync/internal_api/sync_manager.h"
|
| #include "sync/notifier/sync_notifier_factory.h"
|
| #include "sync/protocol/encryption.pb.h"
|
| #include "sync/protocol/sync_protocol_error.h"
|
|
|