| Index: components/dom_distiller/core/dom_distiller_model.h
|
| diff --git a/components/dom_distiller/core/dom_distiller_model.h b/components/dom_distiller/core/dom_distiller_model.h
|
| index 5a70216097db2d145023e4367b235836d71cf9b1..ce96d4d0852eba10d650afb401ae665300851581 100644
|
| --- a/components/dom_distiller/core/dom_distiller_model.h
|
| +++ b/components/dom_distiller/core/dom_distiller_model.h
|
| @@ -15,9 +15,9 @@
|
| #include "base/id_map.h"
|
| #include "base/macros.h"
|
| #include "components/dom_distiller/core/article_entry.h"
|
| -#include "components/sync/api/sync_change.h"
|
| -#include "components/sync/api/sync_change_processor.h" // syncer::SyncChangeList
|
| -#include "components/sync/api/sync_data.h"
|
| +#include "components/sync/model/sync_change.h"
|
| +#include "components/sync/model/sync_change_processor.h" // syncer::SyncChangeList
|
| +#include "components/sync/model/sync_data.h"
|
| #include "url/gurl.h"
|
|
|
| namespace dom_distiller {
|
|
|