This check has detected a few places where the use of `std::move` has been completely misleading. In one of them we are potentially incurring in a bug, as we are moving a shared callback that is being used in a loop. https://clang.llvm.org/extra/clang-tidy/checks/performance/move-const-arg.html Resolves https://github.com/brave/brave-browser/issues/42230