diff options
Diffstat (limited to 'chrome/browser/tabs/tab_strip_model_delegate.h')
-rw-r--r-- | chrome/browser/tabs/tab_strip_model_delegate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/tabs/tab_strip_model_delegate.h b/chrome/browser/tabs/tab_strip_model_delegate.h index 1c8e00e..0f552fd 100644 --- a/chrome/browser/tabs/tab_strip_model_delegate.h +++ b/chrome/browser/tabs/tab_strip_model_delegate.h @@ -14,10 +14,10 @@ class Browser; class DockInfo; class GURL; class Profile; -class SiteInstance; class TabContents; class TabContentsWrapper; namespace content { +class SiteInstance; struct Referrer; } namespace gfx { @@ -72,7 +72,7 @@ class TabStripModelDelegate { Profile* profile, content::PageTransition transition, bool defer_load, - SiteInstance* instance) const = 0; + content::SiteInstance* instance) const = 0; // Returns whether some contents can be duplicated. virtual bool CanDuplicateContentsAt(int index) = 0; |