Index: chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
diff --git a/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc b/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
index 50b65a63844c892b7b492ae464f20c5558b148ec..dd80abeecd669013b20817f0dd76af806e4e2841 100644 |
--- a/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
+++ b/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
@@ -348,7 +348,7 @@ void MemoryInternalsProxy::ConvertTabsInformation( |
} |
void MemoryInternalsProxy::FinishCollection() { |
- information_->SetInteger("uptime", base::SysInfo::Uptime()); |
+ information_->SetInteger("uptime", base::SysInfo::Uptime().InMilliseconds()); |
information_->SetString("os", base::SysInfo::OperatingSystemName()); |
information_->SetString("os_version", |
base::SysInfo::OperatingSystemVersion()); |