| Index: components/spellcheck/renderer/spellcheck_worditerator.h
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_worditerator.h b/components/spellcheck/renderer/spellcheck_worditerator.h
|
| similarity index 97%
|
| rename from chrome/renderer/spellchecker/spellcheck_worditerator.h
|
| rename to components/spellcheck/renderer/spellcheck_worditerator.h
|
| index be40e980dab20436916356b949a2d4496f1b3766..ea2f038c1dee49cfb61623ff6ef7d52cc1ca755b 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_worditerator.h
|
| +++ b/components/spellcheck/renderer/spellcheck_worditerator.h
|
| @@ -6,8 +6,8 @@
|
| // from multi-language text. This class is used for filtering out characters
|
| // not supported by our spellchecker.
|
|
|
| -#ifndef CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_WORDITERATOR_H_
|
| -#define CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_WORDITERATOR_H_
|
| +#ifndef COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_WORDITERATOR_H_
|
| +#define COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_WORDITERATOR_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -196,5 +196,5 @@ class SpellcheckWordIterator {
|
| DISALLOW_COPY_AND_ASSIGN(SpellcheckWordIterator);
|
| };
|
|
|
| -#endif // CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_WORDITERATOR_H_
|
| +#endif // COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_WORDITERATOR_H_
|
|
|
|
|