chore: enable check raw ptr fields (#38167)
This commit is contained in:
parent
141175c723
commit
3dbc0a365f
120 changed files with 298 additions and 185 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/memory/raw_ptr.h"
|
||||
#include "base/scoped_observation.h"
|
||||
#include "build/build_config.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
|
@ -188,8 +189,8 @@ class FileSelectHelper : public base::RefCountedThreadSafe<
|
|||
|
||||
// The RenderFrameHost and WebContents for the page showing a file dialog
|
||||
// (may only be one such dialog).
|
||||
content::RenderFrameHost* render_frame_host_;
|
||||
content::WebContents* web_contents_;
|
||||
raw_ptr<content::RenderFrameHost> render_frame_host_;
|
||||
raw_ptr<content::WebContents> web_contents_;
|
||||
|
||||
// |listener_| receives the result of the FileSelectHelper.
|
||||
scoped_refptr<content::FileSelectListener> listener_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue