| Index: third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.h
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.h
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| rename to third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.h
|
| index 8c4d197ca60d6bbc38a5b9d2077519d269a6b9f6..399e7a0fb174a3bb03b27f8bc987bba9c6f59a44 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.h
|
| @@ -18,8 +18,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef TextCheckingHelper_h
|
| -#define TextCheckingHelper_h
|
| +#ifndef TextCheckingParagraph_h
|
| +#define TextCheckingParagraph_h
|
|
|
| #include "core/editing/EphemeralRange.h"
|
| #include "core/editing/Position.h"
|
| @@ -77,4 +77,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // TextCheckingHelper_h
|
| +#endif // TextCheckingParagraph_h
|
|
|