summaryrefslogtreecommitdiffstats
path: root/chromeos/network/network_event_log.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/network_event_log.cc')
-rw-r--r--chromeos/network/network_event_log.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/network/network_event_log.cc b/chromeos/network/network_event_log.cc
index a4f359d..9c87235 100644
--- a/chromeos/network/network_event_log.cc
+++ b/chromeos/network/network_event_log.cc
@@ -77,7 +77,7 @@ std::string LogEntry::ToString(bool show_time,
bool format_html) const {
std::string line;
if (show_time)
- line += "[" + UTF16ToUTF8(base::TimeFormatTimeOfDay(time)) + "] ";
+ line += "[" + base::UTF16ToUTF8(base::TimeFormatTimeOfDay(time)) + "] ";
if (show_file) {
std::string filestr = format_html ? net::EscapeForHTML(file) : file;
line += base::StringPrintf("%s:%d ", file.c_str(), file_line);