| Index: components/sync/driver/shared_change_processor_ref.h
|
| diff --git a/components/sync/driver/shared_change_processor_ref.h b/components/sync/driver/shared_change_processor_ref.h
|
| index 047c8ece728aeb8e4a2fe4e40b2aa7c3cb61a4be..844139e6ff8e18ce19e25378515a579eb70744a8 100644
|
| --- a/components/sync/driver/shared_change_processor_ref.h
|
| +++ b/components/sync/driver/shared_change_processor_ref.h
|
| @@ -9,9 +9,9 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "components/sync/api/sync_change_processor.h"
|
| -#include "components/sync/api/sync_error_factory.h"
|
| #include "components/sync/driver/shared_change_processor.h"
|
| +#include "components/sync/model/sync_change_processor.h"
|
| +#include "components/sync/model/sync_error_factory.h"
|
|
|
| namespace syncer {
|
|
|
|
|