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

@@ -130,7 +130,9 @@ class CefBrowserInfo : public base::RefCountedThreadSafe<CefBrowserInfo> {
friend class CefBrowserInfo;
friend class base::RefCounted<NavigationLock>;
// All usage is via friend declaration. NOLINTNEXTLINE
NavigationLock();
// All usage is via friend declaration. NOLINTNEXTLINE
~NavigationLock();
base::OnceClosure pending_action_;