#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "content/web_test/renderer/web_test_grammar_checker.h"
#include <stddef.h>
#include "base/check.h"
#include "base/ranges/algorithm.h"
#include "base/strings/string_util.h"
#include "third_party/blink/public/platform/web_string.h"
#include "third_party/blink/public/web/web_text_checking_result.h"
namespace {
bool IsASCIIAlpha(char ch) { … }
}
namespace content {
bool WebTestGrammarChecker::CheckGrammarOfString(
const blink::WebString& text,
std::vector<blink::WebTextCheckingResult>* results) { … }
}