| Index: chrome/browser/tabs/tab_strip_model_delegate.h
|
| ===================================================================
|
| --- chrome/browser/tabs/tab_strip_model_delegate.h (revision 118703)
|
| +++ chrome/browser/tabs/tab_strip_model_delegate.h (working copy)
|
| @@ -14,10 +14,10 @@
|
| class DockInfo;
|
| class GURL;
|
| class Profile;
|
| -class SiteInstance;
|
| class TabContents;
|
| class TabContentsWrapper;
|
| namespace content {
|
| +class SiteInstance;
|
| struct Referrer;
|
| }
|
| namespace gfx {
|
| @@ -72,7 +72,7 @@
|
| 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;
|
|
|