| Index: components/history/core/browser/delete_directive_handler.h
|
| diff --git a/components/history/core/browser/delete_directive_handler.h b/components/history/core/browser/delete_directive_handler.h
|
| index 1c42948f33cab0be54165319a262577a423e22d9..1e18852c5ee822b747c1d21b96ffd29881f054dd 100644
|
| --- a/components/history/core/browser/delete_directive_handler.h
|
| +++ b/components/history/core/browser/delete_directive_handler.h
|
| @@ -13,8 +13,8 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
| #include "base/threading/thread_checker.h"
|
| -#include "components/sync/api/sync_change_processor.h"
|
| -#include "components/sync/api/sync_data.h"
|
| +#include "components/sync/model/sync_change_processor.h"
|
| +#include "components/sync/model/sync_data.h"
|
|
|
| namespace sync_pb {
|
| class HistoryDeleteDirectiveSpecifics;
|
|
|