nsIMobileMessageCallback.idl
- Update the signature of NotifyGetSmscAddress and uuid.
MobileMessageCallback.cpp:
- Update NotifyGetSmscAddress to reflect the signature change and to
adapt Promise.
- Update NotifyGetSmscAddressFailed to adapt Promise.
nsISmsService.idl:
- Update the comment to emphasize NUMBER_PLAN_IDENTIFICATION constants
reflects enumeration values.
SmsService.js:
- Update the invocation of notifySmscAddress as the signature changes.
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix