| Index: chrome/browser/spellchecker/spellcheck_platform_mac.mm
|
| diff --git a/chrome/browser/spellchecker/spellcheck_platform_mac.mm b/chrome/browser/spellchecker/spellcheck_platform_mac.mm
|
| index a6d5c9f074e7f35ece8380a0895eff91706c3507..8d7d23fb1b9fe7ed3c5622ea9f7bcba654bbb112 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_platform_mac.mm
|
| +++ b/chrome/browser/spellchecker/spellcheck_platform_mac.mm
|
| @@ -15,13 +15,14 @@
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "base/time/time.h"
|
| #include "chrome/common/spellcheck_common.h"
|
| -#include "chrome/common/spellcheck_result.h"
|
| +#include "components/spellcheck/common/spellcheck_result.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| using base::TimeTicks;
|
| using content::BrowserMessageFilter;
|
| using content::BrowserThread;
|
| +using spellcheck::SpellCheckResult;
|
|
|
| namespace {
|
| // The number of characters in the first part of the language code.
|
|
|