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> |