| Index: chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| index f53f63c8f27daebd953b1acc87a2868397d00292..14e9cf3a5e710c0ab9a5a4256d356282b820400b 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| @@ -24,11 +24,11 @@
|
| #include "chrome/test/base/testing_profile.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_change_processor_wrapper_for_test.h"
|
| -#include "components/sync/api/sync_data.h"
|
| -#include "components/sync/api/sync_error_factory.h"
|
| -#include "components/sync/api/sync_error_factory_mock.h"
|
| +#include "components/sync/model/sync_change.h"
|
| +#include "components/sync/model/sync_change_processor_wrapper_for_test.h"
|
| +#include "components/sync/model/sync_data.h"
|
| +#include "components/sync/model/sync_error_factory.h"
|
| +#include "components/sync/model/sync_error_factory_mock.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
|
|