| Index: chrome/browser/sync/test/integration/single_client_directory_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_directory_sync_test.cc b/chrome/browser/sync/test/integration/single_client_directory_sync_test.cc
|
| index 4d8ae9b4b129d920e03392651df57ecd959d0726..358526cd66022cec5fbd600fa6d65b42e9be6c12 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_directory_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_directory_sync_test.cc
|
| @@ -15,9 +15,9 @@
|
| #include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| #include "components/browser_sync/browser/profile_sync_service.h"
|
| +#include "components/sync/syncable/directory.h"
|
| +#include "components/sync/test/directory_backing_store_corruption_testing.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "sync/syncable/directory.h"
|
| -#include "sync/test/directory_backing_store_corruption_testing.h"
|
| #include "url/gurl.h"
|
|
|
| using content::BrowserThread;
|
|
|