Skip to content

Commit

Permalink
chore: move spellcheck out of chromium_src (#15407)
Browse files Browse the repository at this point in the history
  • Loading branch information
miniak authored and nornagon committed Oct 26, 2018
1 parent bea4de9 commit f921df7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 632 deletions.
1 change: 1 addition & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ static_library("electron_lib") {
"//components/net_log",
"//components/network_session_configurator/common",
"//components/prefs",
"//components/spellcheck/renderer",
"//components/viz/service",
"//content/public/app:both",
"//content/public/browser",
Expand Down
2 changes: 1 addition & 1 deletion atom/renderer/api/atom_api_spell_check_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion atom/renderer/api/atom_api_spell_check_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "base/callback.h"
#include "base/memory/weak_ptr.h"
#include "chrome/renderer/spellchecker/spellcheck_worditerator.h"
#include "components/spellcheck/renderer/spellcheck_worditerator.h"
#include "native_mate/scoped_persistent.h"
#include "third_party/blink/public/platform/web_spell_check_panel_host_client.h"
#include "third_party/blink/public/platform/web_vector.h"
Expand Down

0 comments on commit f921df7

Please sign in to comment.