| Index: chrome/browser/tabs/tab_strip_model_delegate.h
|
| ===================================================================
|
| --- chrome/browser/tabs/tab_strip_model_delegate.h (revision 113437)
|
| +++ chrome/browser/tabs/tab_strip_model_delegate.h (working copy)
|
| @@ -15,6 +15,9 @@
|
| class SiteInstance;
|
| class TabContents;
|
| class TabContentsWrapper;
|
| +namespace content {
|
| +struct Referrer;
|
| +}
|
| namespace gfx {
|
| class Rect;
|
| }
|
| @@ -63,7 +66,7 @@
|
| // If |instance| is not null, its process is used to render the tab.
|
| virtual TabContentsWrapper* CreateTabContentsForURL(
|
| const GURL& url,
|
| - const GURL& referrer,
|
| + const content::Referrer& referrer,
|
| Profile* profile,
|
| content::PageTransition transition,
|
| bool defer_load,
|
|
|