| Index: chrome/browser/spellchecker/spellcheck_custom_dictionary.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary.h b/chrome/browser/spellchecker/spellcheck_custom_dictionary.h
|
| index 0bc158f5154c4995ee4639662034430334e4a199..d1da70ae676a651ef7dc5ff11ae9e2f0c274abce 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary.h
|
| @@ -15,10 +15,10 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| #include "components/spellcheck/browser/spellcheck_dictionary.h"
|
| -#include "components/sync/api/sync_data.h"
|
| -#include "components/sync/api/sync_error.h"
|
| -#include "components/sync/api/sync_merge_result.h"
|
| -#include "components/sync/api/syncable_service.h"
|
| +#include "components/sync/model/sync_data.h"
|
| +#include "components/sync/model/sync_error.h"
|
| +#include "components/sync/model/sync_merge_result.h"
|
| +#include "components/sync/model/syncable_service.h"
|
|
|
| namespace syncer {
|
| class SyncErrorFactory;
|
|
|