| Index: chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| diff --git a/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc b/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| index e2b121a2e9922e77e3204dc37ebb15e8fc09b9b4..b8627de34d3a756c2a9ac2707a3e7bb340d9aea6 100644
|
| --- a/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| +++ b/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| @@ -188,7 +188,8 @@ TEST_F(PhishingTermFeatureExtractorTest, ExtractFeatures) {
|
|
|
| // Chinese translation of the phrase "hello goodbye". This tests that
|
| // we can correctly separate terms in languages that don't use spaces.
|
| - page_text = UTF8ToUTF16("\xe4\xbd\xa0\xe5\xa5\xbd\xe5\x86\x8d\xe8\xa7\x81");
|
| + page_text =
|
| + base::UTF8ToUTF16("\xe4\xbd\xa0\xe5\xa5\xbd\xe5\x86\x8d\xe8\xa7\x81");
|
| expected_features.Clear();
|
| expected_features.AddBooleanFeature(
|
| features::kPageTerm + std::string("\xe4\xbd\xa0\xe5\xa5\xbd"));
|
|
|