| Index: chrome/browser/sync/test_profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc
|
| index 02143c721fabc939a948726bffc415684081c740..732c5fcd51a3fb05eef32dbf28ba07d50beb05eb 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.cc
|
| +++ b/chrome/browser/sync/test_profile_sync_service.cc
|
| @@ -9,13 +9,13 @@
|
| #include "chrome/browser/sync/glue/data_type_controller.h"
|
| #include "chrome/browser/sync/glue/sync_backend_host.h"
|
| #include "chrome/browser/sync/internal_api/user_share.h"
|
| -#include "chrome/browser/sync/js/js_reply_handler.h"
|
| #include "chrome/browser/sync/profile_sync_components_factory.h"
|
| -#include "chrome/browser/sync/sessions/session_state.h"
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| #include "chrome/browser/sync/test/test_http_bridge_factory.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| +#include "sync/js/js_reply_handler.h"
|
| #include "sync/protocol/encryption.pb.h"
|
| +#include "sync/sessions/session_state.h"
|
| +#include "sync/syncable/syncable.h"
|
|
|
| using browser_sync::ModelSafeRoutingInfo;
|
| using browser_sync::sessions::ErrorCounters;
|
|
|