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