| 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 071f9ca5c43db8c20e8d2517c3bf3dfec3b9b63f..5a70216097db2d145023e4367b235836d71cf9b1 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 "sync/api/sync_change.h"
|
| -#include "sync/api/sync_change_processor.h" // syncer::SyncChangeList
|
| -#include "sync/api/sync_data.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 "url/gurl.h"
|
|
|
| namespace dom_distiller {
|
|
|