Index: runtime/vm/os_android.cc |
diff --git a/runtime/vm/os_android.cc b/runtime/vm/os_android.cc |
index 1d448d0124487494f5fe580df552520e754ce803..5c09baf03571c4e6599806a81fda95d38dc0334b 100644 |
--- a/runtime/vm/os_android.cc |
+++ b/runtime/vm/os_android.cc |
@@ -179,7 +179,7 @@ int64_t OS::GetCurrentTimeMicros() { |
} |
-int64_t OS::GetCurrentTraceMicros() { |
+int64_t OS::GetCurrentMonotonicMicros() { |
struct timespec ts; |
if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0) { |
UNREACHABLE(); |