| Index: third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.cpp b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.cpp
|
| rename to third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.cpp
|
| index 2b5099561a8e88789864d3806e9538dda0e5e1ab..a2825b04f562f3900a4e90cc0bf4222c3ab219ca 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingParagraph.cpp
|
| @@ -24,7 +24,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "core/editing/spellcheck/TextCheckingHelper.h"
|
| +#include "core/editing/spellcheck/TextCheckingParagraph.h"
|
|
|
| #include "core/dom/Range.h"
|
| #include "core/editing/VisiblePosition.h"
|
|
|