Commit 5ffea94c authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

Use EXPECT_EQ directly instead of EXPECT_STREQ in InputMethodControllerTest

As the first step to deprecate WTF::CString, the bug has suggested replacing
EXPECT_STREQ with EXPECT_EQ. This CL replaces EXPECTED_STREQ with EXPECT_EQ
in the cases of both converting WTF::String to const char* to use EXPECTE_STREQ
and the expected string is ASCII.

Bug: 950077
Change-Id: I9724b09dffb160c787af3085afcba0c1b6724de5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614827Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#660641}
parent cbf4cfa9
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment