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

Unified Diff: components/spellcheck/renderer/spellcheck_language.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/spellcheck_language.cc
diff --git a/chrome/renderer/spellchecker/spellcheck_language.cc b/components/spellcheck/renderer/spellcheck_language.cc
similarity index 96%
rename from chrome/renderer/spellchecker/spellcheck_language.cc
rename to components/spellcheck/renderer/spellcheck_language.cc
index a1dd4ce06dac92dc20c7f3f515e37a8f0a552692..994ac792e5dd2b7e10e2cb8ca5ea82b9a4cfa154 100644
--- a/chrome/renderer/spellchecker/spellcheck_language.cc
+++ b/components/spellcheck/renderer/spellcheck_language.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/renderer/spellchecker/spellcheck_language.h"
+#include "components/spellcheck/renderer/spellcheck_language.h"
#include <utility>
#include "base/logging.h"
-#include "chrome/renderer/spellchecker/spellcheck_worditerator.h"
-#include "chrome/renderer/spellchecker/spelling_engine.h"
+#include "components/spellcheck/renderer/spellcheck_worditerator.h"
+#include "components/spellcheck/renderer/spelling_engine.h"
SpellcheckLanguage::SpellcheckLanguage()

Powered by Google App Engine
This is Rietveld 408576698