diff options
Diffstat (limited to 'runtime/exec_utils.h')
-rw-r--r-- | runtime/exec_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/exec_utils.h b/runtime/exec_utils.h index 11ab579b09..b83722fd62 100644 --- a/runtime/exec_utils.h +++ b/runtime/exec_utils.h @@ -44,8 +44,8 @@ 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.proto. + // 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. enum Status { // Unable to get the status. kUnknown = 0, |