Chromium Code Reviews| Index: runtime/bin/utils_linux.cc |
| diff --git a/runtime/bin/utils_linux.cc b/runtime/bin/utils_linux.cc |
| index 419df955035275644521621d6021f2a3d1ac2ad7..ea6ef8c28b7c1f33f1e4fd31b6e22be3d06629e7 100644 |
| --- a/runtime/bin/utils_linux.cc |
| +++ b/runtime/bin/utils_linux.cc |
| @@ -69,6 +69,9 @@ bool ShellUtils::GetUtf8Argv(int argc, char** argv) { |
| return false; |
| } |
| +void TimerUtils::InitOnce() { |
| +} |
| + |
| int64_t TimerUtils::GetCurrentMonotonicMillis() { |
| return GetCurrentMonotonicMicros() / 1000; |
| } |