diff options
Diffstat (limited to 'runtime/exec_utils.h')
-rw-r--r-- | runtime/exec_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/exec_utils.h b/runtime/exec_utils.h index 61e9beae32..6a97cc7e5b 100644 --- a/runtime/exec_utils.h +++ b/runtime/exec_utils.h @@ -48,7 +48,7 @@ struct ExecCallbacks { struct ExecResult { // This struct needs to be in sync with the ExecResultStatus enum contained within the - // OdrefreshReported atom in frameworks/proto_logging/atoms/art/odrefresh_extension_atoms.proto. + // OdrefreshReported atom in frameworks/proto_logging/stats/enums/art/common_enums.proto. enum Status { // Unable to get the status. kUnknown = 0, |