forked from JumpingYang001/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use absl::optional instead or rtc::Optional
BUG: webrtc:9078 Change-Id: I69aedce324d86e8894b81210a2de17c5ef68fd11 Reviewed-on: https://webrtc-review.googlesource.com/77082 Commit-Queue: Danil Chapovalov <[email protected]> Reviewed-by: Karl Wiberg <[email protected]> Reviewed-by: Mirko Bonadei <[email protected]> Cr-Commit-Position: refs/heads/master@{#23440}
- Loading branch information
1 parent
700fc84
commit 7ba9e92
Showing
5 changed files
with
49 additions
and
490 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -734,4 +734,7 @@ include_rules = [ | |
"+rtc_base", | ||
"+test", | ||
"+rtc_tools", | ||
|
||
# Abseil whitelist. | ||
"+absl/types/optional.h", | ||
] |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.