Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1011)

Unified Diff: components/spellcheck/renderer/hunspell_engine.cc

Issue 2159283003: [WIP][DO NOT LAND] Componentize spellcheck Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/spellcheck/renderer/hunspell_engine.cc
diff --git a/chrome/renderer/spellchecker/hunspell_engine.cc b/components/spellcheck/renderer/hunspell_engine.cc
similarity index 95%
rename from chrome/renderer/spellchecker/hunspell_engine.cc
rename to components/spellcheck/renderer/hunspell_engine.cc
index 9ce91b2338d2b760699b65699f2bf708615c8d80..0d30092ed34e169fc43b7e53bd9d0fff0cae7d49 100644
--- a/chrome/renderer/spellchecker/hunspell_engine.cc
+++ b/components/spellcheck/renderer/hunspell_engine.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/renderer/spellchecker/hunspell_engine.h"
+#include "components/spellcheck/renderer/hunspell_engine.h"
#include <stddef.h>
#include <algorithm>
@@ -11,8 +11,8 @@
#include "base/files/memory_mapped_file.h"
#include "base/time/time.h"
-#include "chrome/common/spellcheck_common.h"
-#include "chrome/common/spellcheck_messages.h"
+#include "components/spellcheck/common/spellcheck_common.h"
+#include "components/spellcheck/common/spellcheck_messages.h"
#include "content/public/renderer/render_thread.h"
#include "third_party/hunspell/src/hunspell/hunspell.hxx"
« no previous file with comments | « components/spellcheck/renderer/hunspell_engine.h ('k') | components/spellcheck/renderer/platform_spelling_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698