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

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

Issue 2198143002: Componentize spellcheck [3]: move renderer/ files to component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 98%
rename from chrome/renderer/spellchecker/hunspell_engine.cc
rename to components/spellcheck/renderer/hunspell_engine.cc
index c528aaffadc11bf0df17873d1cbe45af11389e06..191856541d819234c1b48fc227ac6be4fd68d74b 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>
« 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