| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 9937e7eb27815cb17d56852f5ef3b72f38ad8abf..8cda578065422cff0a9c87fc3e6a096f8303cf4d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -93,7 +93,7 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| // Creates a WebContents to be used as a browser plugin guest.
|
| static WebContentsImpl* CreateGuest(BrowserContext* browser_context,
|
| - const std::string& host,
|
| + SiteInstance* site_instance,
|
| int guest_instance_id,
|
| bool focused,
|
| bool visible);
|
|
|