forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misc. cleanup. No functional change.
* Use `expected` monadic ops. * `absl::Cleanup` is lighter-weight than `base::ScopedClosureRunner` and allows binding. * Shorten code. * No `else` necessary after `return`. * Make use of move ops. Bug: none Change-Id: Ifb0b6c9a5db41cf96a0b0a492f38fa8bf8740e00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4464198 Reviewed-by: Xiaoling Bao <[email protected]> Auto-Submit: Peter Kasting <[email protected]> Commit-Queue: Xiaoling Bao <[email protected]> Code-Coverage: Findit <[email protected]> Cr-Commit-Position: refs/heads/main@{#1134684}
- Loading branch information
Showing
4 changed files
with
23 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters