| Index: components/sync_driver/fake_generic_change_processor.cc
|
| diff --git a/components/sync_driver/fake_generic_change_processor.cc b/components/sync_driver/fake_generic_change_processor.cc
|
| index 182728d34a999f13a722f0249b2cc3fa83ccc91a..241d31f35d01239a6f1b1475ed461b941f4348bc 100644
|
| --- a/components/sync_driver/fake_generic_change_processor.cc
|
| +++ b/components/sync_driver/fake_generic_change_processor.cc
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "base/location.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "sync/api/syncable_service.h"
|
| -#include "sync/internal_api/public/attachments/attachment_service_impl.h"
|
| +#include "components/sync/api/syncable_service.h"
|
| +#include "components/sync/core/attachments/attachment_service_impl.h"
|
|
|
| namespace sync_driver {
|
|
|
|
|