Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: chrome/browser/search/search_unittest.cc

Issue 176843022: Move UTF16ToASCII, remove WideToASCII. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/rlz/rlz.cc ('k') | chrome/browser/search_engines/template_url_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/search_unittest.cc
diff --git a/chrome/browser/search/search_unittest.cc b/chrome/browser/search/search_unittest.cc
index f205e118a1d674a429c26e08ba2cdc1cf12bdc23..e3c1cecbfa2362576357fb7d40fa06004b6f93e5 100644
--- a/chrome/browser/search/search_unittest.cc
+++ b/chrome/browser/search/search_unittest.cc
@@ -827,8 +827,8 @@ TEST_F(SearchTest, ExtractSearchTermsFromURL) {
const ExtractSearchTermsTestCase& test = kTestCases[i];
EXPECT_EQ(
test.expected_result,
- UTF16ToASCII(chrome::ExtractSearchTermsFromURL(profile(),
- GURL(test.url))))
+ base::UTF16ToASCII(chrome::ExtractSearchTermsFromURL(profile(),
+ GURL(test.url))))
<< test.url << " " << test.comment;
}
}
« no previous file with comments | « chrome/browser/rlz/rlz.cc ('k') | chrome/browser/search_engines/template_url_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698