From 21ba0c5d4bf8fba15dddd97cd693bad2358b77fd Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 3 Sep 2021 13:32:17 +0200 Subject: BASELINE: Update Chromium to 92.0.4515.166 Change-Id: I42a050486714e9e54fc271f2a8939223a02ae364 --- chromium/base/util/type_safety/token_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromium/base/util/type_safety') diff --git a/chromium/base/util/type_safety/token_type.h b/chromium/base/util/type_safety/token_type.h index 0d84039b3cd..84e48e7ca60 100644 --- a/chromium/base/util/type_safety/token_type.h +++ b/chromium/base/util/type_safety/token_type.h @@ -15,7 +15,7 @@ namespace util { // A specialization of StrongAlias for base::UnguessableToken. Unlike // base::UnguessableToken, a TokenType<...> does not default to null and does // not expose the concept of null tokens. If you need to indicate a null token, -// please use base::Optional>. +// please use absl::optional>. template class TokenType : public base::StrongAlias { private: -- cgit v1.2.1