Fix clang-tidy warnings (see #3632)

This commit is contained in:
Marshall Greenblatt
2024-01-21 14:18:09 -05:00
parent a02d2ab3e6
commit a0446a3c8a
5 changed files with 8 additions and 3 deletions

View File

@@ -1694,7 +1694,7 @@ class ParentOrderMainTestHandler : public OrderMainTestHandler {
};
void RunOrderMainPopupTest(bool cross_origin) {
TestHandler::CompletionState completion_state(/*count=*/2);
TestHandler::CompletionState completion_state(/*total=*/2);
TestHandler::Collection collection(&completion_state);
CefRefPtr<PopupOrderMainTestHandler> popup_handler =