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

Unified Diff: sync/util/time.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 | « sync/internal_api/write_node.cc ('k') | tools/gn/filesystem_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/time.cc
diff --git a/sync/util/time.cc b/sync/util/time.cc
index 00ff1b2e4a633a41ec7c0eae45d08c106a1ab1a2..5f878a2ce206ac1e2a12940f7a38ac9bb2dd721a 100644
--- a/sync/util/time.cc
+++ b/sync/util/time.cc
@@ -18,7 +18,7 @@ base::Time ProtoTimeToTime(int64 proto_t) {
}
std::string GetTimeDebugString(const base::Time& t) {
- return UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime(t));
+ return base::UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime(t));
}
} // namespace syncer
« no previous file with comments | « sync/internal_api/write_node.cc ('k') | tools/gn/filesystem_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698