[Spellcheck] Move Windows Spell Checker component tests to own file
Now that the WindowsSpellChecker class is in its own file, the component tests that were testing its methods should also move to a corresponding windows_spell_checker_unittest.cc file. The tests were initially testing the methods inside the spellcheck_platform namespace, but those methods were simple pass-throughs to the WindowsSpellChecker class, so it made sense to simply reuse those tests for WindowsSpellChecker directly. #Squeegee Bug: 463364, 1035044 Change-Id: I11a46e67d5529063a8f63e7e55de62013ba8627e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023466Reviewed-by:Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#735941}
Showing
Please register or sign in to comment