Fix cpplint errors in inspectable_web_contents.h

This commit is contained in:
Adam Roben 2013-11-17 18:20:54 -05:00
parent 9ac1a539ee
commit 0805b414e9

View file

@ -9,9 +9,11 @@ class InspectableWebContentsView;
class InspectableWebContents {
public:
static InspectableWebContents* Create(const content::WebContents::CreateParams&);
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() {}