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

Unified Diff: webkit/blob/view_blob_internals_job.cc

Issue 6064003: Update the time formatting APIs to use string16.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
Index: webkit/blob/view_blob_internals_job.cc
===================================================================
--- webkit/blob/view_blob_internals_job.cc (revision 69833)
+++ webkit/blob/view_blob_internals_job.cc (working copy)
@@ -210,7 +210,7 @@
#endif
out);
if (!item.expected_modification_time().is_null()) {
- AddHTMLListItem(kModificationTime, WideToUTF8(
+ AddHTMLListItem(kModificationTime, UTF16ToUTF8(
TimeFormatFriendlyDateAndTime(item.expected_modification_time())),
out);
}
« chrome/browser/certificate_manager_model.cc ('K') | « webkit/appcache/view_appcache_internals_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698