chore: move spellcheck out of chromium_src (#15407)

This commit is contained in:
Milan Burda 2018-10-26 19:34:57 +02:00 committed by Jeremy Apthorp
parent bea4de9262
commit f921df7ad1
6 changed files with 3 additions and 632 deletions

View file

@ -10,7 +10,7 @@
#include "atom/common/native_mate_converters/string16_converter.h"
#include "base/logging.h"
#include "base/threading/thread_task_runner_handle.h"
#include "chrome/renderer/spellchecker/spellcheck_worditerator.h"
#include "components/spellcheck/renderer/spellcheck_worditerator.h"
#include "native_mate/converter.h"
#include "native_mate/dictionary.h"
#include "native_mate/function_template.h"