| Index: components/sync/driver/change_processor.h
|
| diff --git a/components/sync/driver/change_processor.h b/components/sync/driver/change_processor.h
|
| index adba333dde778ca6ae50c88ce51413c925f35fc0..cd7760cd2ed837c10b68009bad32984c714d29b6 100644
|
| --- a/components/sync/driver/change_processor.h
|
| +++ b/components/sync/driver/change_processor.h
|
| @@ -10,10 +10,10 @@
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| -#include "components/sync/core/base_transaction.h"
|
| -#include "components/sync/core/change_record.h"
|
| -#include "components/sync/core/user_share.h"
|
| #include "components/sync/model/data_type_error_handler.h"
|
| +#include "components/sync/syncable/base_transaction.h"
|
| +#include "components/sync/syncable/change_record.h"
|
| +#include "components/sync/syncable/user_share.h"
|
|
|
| namespace syncer {
|
|
|
|
|