Skip to content

Commit 4dbf697

Browse files
committed
chore: update config
1 parent 94ddffa commit 4dbf697

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configs/chromium.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"add": {
8080
"headers": [
8181
"base/atomicops_internals_portable.h",
82-
"base/bind_internal.h",
8382
"base/callback_forward.h",
8483
"base/callback_internal.h",
8584
"base/hash/md5_constexpr_internal.h",
@@ -271,6 +270,8 @@
271270
},
272271
"headerMappings": {
273272
"absl/types/optional.h": "third_party/abseil-cpp/absl/types/optional.h",
274-
"third_party/abseil-cpp/absl/types/internal/optional.h": "third_party/abseil-cpp/absl/types/optional.h"
273+
"base/bind_internal.h": "base/bind.h",
274+
"third_party/abseil-cpp/absl/types/internal/optional.h": "third_party/abseil-cpp/absl/types/optional.h",
275+
"base/threading/scoped_blocking_call_internal.h": "base/threading/scoped_blocking_call.h"
275276
}
276277
}

0 commit comments

Comments
 (0)