Index: content/shell/shell.h |
=================================================================== |
--- content/shell/shell.h (revision 118703) |
+++ content/shell/shell.h (working copy) |
@@ -23,12 +23,11 @@ |
#endif |
class GURL; |
-class SiteInstance; |
class TabContents; |
namespace content { |
- |
class BrowserContext; |
+class SiteInstance; |
// This represents one window of the Content Shell, i.e. all the UI including |
// buttons and url bar, as well as the web content area. |
@@ -50,7 +49,7 @@ |
static Shell* CreateNewWindow(content::BrowserContext* browser_context, |
const GURL& url, |
- SiteInstance* site_instance, |
+ content::SiteInstance* site_instance, |
jam
2012/01/24 03:29:33
ditto
ananta
2012/01/24 23:46:26
Done.
|
int routing_id, |
TabContents* base_tab_contents); |