| Index: chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc b/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
|
| index e00030ea65da423707d8f687931320a21bdf4565..a3503c239a76c89c06488b8249806252afae3bbc 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
|
| @@ -8,10 +8,10 @@
|
| #include "chrome/browser/sync/test/integration/profile_sync_service_harness.h"
|
| #include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| -#include "chrome/common/spellcheck_common.h"
|
| +#include "components/spellcheck/common/spellcheck_common.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
|
|
| -using chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS;
|
| +using spellcheck::MAX_SYNCABLE_DICTIONARY_WORDS;
|
| using dictionary_helper::AwaitNumDictionaryEntries;
|
| using sync_integration_test_util::AwaitCommitActivityCompletion;
|
| using sync_integration_test_util::AwaitServerCount;
|
|
|