| 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 018fc05a4c737d661e9e1ae0a505db4bdd72c2e3..cbc29eb08e65114016d4c87b97f2b0b66758d001 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
|
| @@ -15,8 +15,8 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_util.h"
|
| -#include "chrome/browser/spellchecker/spellcheck_host_metrics.h"
|
| #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"
|
|
|