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

Unified Diff: components/spellcheck/browser/word_trimmer.cc

Issue 2244083002: Componentize spellcheck [4]: spellcheck/browser and android java-side. (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/browser/word_trimmer.cc
diff --git a/chrome/browser/spellchecker/word_trimmer.cc b/components/spellcheck/browser/word_trimmer.cc
similarity index 96%
rename from chrome/browser/spellchecker/word_trimmer.cc
rename to components/spellcheck/browser/word_trimmer.cc
index 246517594bc01129b3aeb4bba0ace23e32f64889..6e4da3328e89b42f1f10e529ba5a897cde411bf9 100644
--- a/chrome/browser/spellchecker/word_trimmer.cc
+++ b/components/spellcheck/browser/word_trimmer.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/browser/spellchecker/word_trimmer.h"
+#include "components/spellcheck/browser/word_trimmer.h"
#include <algorithm>
#include <vector>

Powered by Google App Engine
This is Rietveld 408576698