| Index: base/sys_info.h
|
| diff --git a/base/sys_info.h b/base/sys_info.h
|
| index 5a81dc1583f45b4e2a006dcbed15753c848407d4..67200ae2e4ac2ad3156da510031095d3b2f19c71 100644
|
| --- a/base/sys_info.h
|
| +++ b/base/sys_info.h
|
| @@ -48,8 +48,8 @@ class BASE_EXPORT SysInfo {
|
| // or -1 on failure.
|
| static int64 AmountOfFreeDiskSpace(const FilePath& path);
|
|
|
| - // Returns system uptime in milliseconds.
|
| - static int64 Uptime();
|
| + // Returns system uptime.
|
| + static TimeDelta Uptime();
|
|
|
| // Returns a descriptive string for the current machine model or an empty
|
| // string if the machine model is unknown or an error occured.
|
|
|