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

Unified Diff: printing/printing_utils_unittest.cc

Issue 121123002: Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox/, skia/, sql/, sync/,… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « printing/printing_context_win.cc ('k') | remoting/base/breakpad_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_utils_unittest.cc
diff --git a/printing/printing_utils_unittest.cc b/printing/printing_utils_unittest.cc
index 24a380d4436bee58eaf1cca6e7dd83430f31a388..be66fab83c8742b5a53eef5d7a4d627bb876c4f0 100644
--- a/printing/printing_utils_unittest.cc
+++ b/printing/printing_utils_unittest.cc
@@ -9,7 +9,7 @@
namespace printing {
std::string Simplify(const char* title) {
- return UTF16ToUTF8(SimplifyDocumentTitle(ASCIIToUTF16(title)));
+ return base::UTF16ToUTF8(SimplifyDocumentTitle(base::ASCIIToUTF16(title)));
}
TEST(PrintingUtilsTest, SimplifyDocumentTitle) {
« no previous file with comments | « printing/printing_context_win.cc ('k') | remoting/base/breakpad_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698