| Index: components/spellcheck/renderer/spellcheck_language.h
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_language.h b/components/spellcheck/renderer/spellcheck_language.h
|
| similarity index 98%
|
| rename from chrome/renderer/spellchecker/spellcheck_language.h
|
| rename to components/spellcheck/renderer/spellcheck_language.h
|
| index 14024af4a52c4e8f433120a3e1081e3f89a477b3..d3a3e7e594b413842926ee9a2d3040784bc96104 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_language.h
|
| +++ b/components/spellcheck/renderer/spellcheck_language.h
|
| @@ -13,7 +13,7 @@
|
| #include "base/files/file.h"
|
| #include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| -#include "chrome/renderer/spellchecker/spellcheck_worditerator.h"
|
| +#include "components/spellcheck/renderer/spellcheck_worditerator.h"
|
|
|
| class SpellingEngine;
|
|
|
|
|