| Index: components/sync/core/simple_metadata_change_list.h
|
| diff --git a/components/sync/core/simple_metadata_change_list.h b/components/sync/core/simple_metadata_change_list.h
|
| index e408b82e3ce4c209e1ff1d24abb923a84ca4e976..4bbb0bb0c2015710d514f0cc6e48eadf7aa03faf 100644
|
| --- a/components/sync/core/simple_metadata_change_list.h
|
| +++ b/components/sync/core/simple_metadata_change_list.h
|
| @@ -9,9 +9,9 @@
|
| #include <memory>
|
| #include <string>
|
|
|
| -#include "components/sync/api/metadata_change_list.h"
|
| -#include "components/sync/api/model_type_store.h"
|
| #include "components/sync/core/non_blocking_sync_common.h"
|
| +#include "components/sync/model/metadata_change_list.h"
|
| +#include "components/sync/model/model_type_store.h"
|
| #include "components/sync/protocol/entity_metadata.pb.h"
|
| #include "components/sync/protocol/model_type_state.pb.h"
|
|
|
|
|