diff --git a/brightray/browser/inspectable_web_contents.h b/brightray/browser/inspectable_web_contents.h index d539a53b9a07..9c381ae7403b 100644 --- a/brightray/browser/inspectable_web_contents.h +++ b/brightray/browser/inspectable_web_contents.h @@ -8,10 +8,12 @@ namespace brightray { class InspectableWebContentsView; class InspectableWebContents { -public: - static InspectableWebContents* Create(const content::WebContents::CreateParams&); + public: + static InspectableWebContents* Create( + const content::WebContents::CreateParams&); - // The returned InspectableWebContents takes ownership of the passed-in WebContents. + // The returned InspectableWebContents takes ownership of the passed-in + // WebContents. static InspectableWebContents* Create(content::WebContents*); virtual ~InspectableWebContents() {}