Index: chrome/browser/tab_contents/background_contents.h |
=================================================================== |
--- chrome/browser/tab_contents/background_contents.h (revision 118952) |
+++ chrome/browser/tab_contents/background_contents.h (working copy) |
@@ -16,7 +16,10 @@ |
#include "webkit/glue/window_open_disposition.h" |
class Profile; |
+ |
+namespace content { |
class SiteInstance; |
+}; |
// This class consumes TabContents. It can host a renderer, but does not |
// have any visible display. |
@@ -38,7 +41,7 @@ |
virtual ~Delegate() {} |
}; |
- BackgroundContents(SiteInstance* site_instance, |
+ BackgroundContents(content::SiteInstance* site_instance, |
int routing_id, |
Delegate* delegate); |
virtual ~BackgroundContents(); |