| Index: chrome/browser/sync/abstract_profile_sync_service_test.cc
|
| diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.cc b/chrome/browser/sync/abstract_profile_sync_service_test.cc
|
| index 6797dbfe713ba9c7a52496420df1beca4d441bc4..e7e3ddfb5990697f47ad4b7b2281c042dffa0b98 100644
|
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.cc
|
| +++ b/chrome/browser/sync/abstract_profile_sync_service_test.cc
|
| @@ -8,11 +8,11 @@
|
| #include "base/bind_helpers.h"
|
| #include "base/location.h"
|
| #include "chrome/browser/sync/internal_api/write_transaction.h"
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| -#include "chrome/browser/sync/test/engine/test_id_factory.h"
|
| #include "chrome/browser/sync/test_profile_sync_service.h"
|
| -#include "chrome/browser/sync/util/cryptographer.h"
|
| #include "sync/protocol/sync.pb.h"
|
| +#include "sync/syncable/syncable.h"
|
| +#include "sync/test/engine/test_id_factory.h"
|
| +#include "sync/util/cryptographer.h"
|
|
|
| using browser_sync::TestIdFactory;
|
| using content::BrowserThread;
|
|
|