| 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 652c49b34a7ecb769de69ea00cea33708ba5364f..6006707b8f68412370fe406941e0e8ece976790e 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
| @@ -19,10 +19,10 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/spellchecker/spellcheck_factory.h"
|
| -#include "chrome/browser/spellchecker/spellcheck_host_metrics.h"
|
| #include "chrome/browser/spellchecker/spellcheck_service.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #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"
|
|
|