We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ddffa commit 4dbf697Copy full SHA for 4dbf697
configs/chromium.json
@@ -79,7 +79,6 @@
79
"add": {
80
"headers": [
81
"base/atomicops_internals_portable.h",
82
- "base/bind_internal.h",
83
"base/callback_forward.h",
84
"base/callback_internal.h",
85
"base/hash/md5_constexpr_internal.h",
@@ -271,6 +270,8 @@
271
270
},
272
"headerMappings": {
273
"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"
+ "base/bind_internal.h": "base/bind.h",
+ "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"
276
}
277
0 commit comments