| Index: chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
|
| index cbc29eb08e65114016d4c87b97f2b0b66758d001..63d4b30de6bad66a6fb7619c8d92165885f1d9b7 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
|
| @@ -18,8 +18,8 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "components/spellcheck/browser/spellcheck_host_metrics.h"
|
| #include "components/spellcheck/common/spellcheck_common.h"
|
| -#include "components/sync/api/sync_change.h"
|
| -#include "components/sync/api/sync_error_factory.h"
|
| +#include "components/sync/model/sync_change.h"
|
| +#include "components/sync/model/sync_error_factory.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
|
|