Skip to content
Commit a0f1d144 authored by Mohamed Mansour's avatar Mohamed Mansour Committed by Chromium LUCI CQ
Browse files

Migrate absl::optional to std::optional in //chrome/browser/ui/webui

- Used sed to replace the files:
  ```
  git sed absl::nullopt std::nullopt
  git sed absl::optional std::optional
  git sed 'third_party/abseil-cpp/absl/types/optional.h' '<optional>'
  ```
- Then used find and replace to fix the imports for <optional> to the
  right location
- Then git cl format

Bug: 1373619
Change-Id: Ic5e887e6002487e251843af6bff2a33d4902c6c7
AX-Relnotes: n/a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5089865


Reviewed-by: default avatarDavid Benjamin <davidben@chromium.org>
Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#12340436}
parent 892ff373
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment