Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| =================================================================== |
| --- chrome/browser/ui/browser.h (revision 113437) |
| +++ chrome/browser/ui/browser.h (working copy) |
| @@ -805,7 +805,7 @@ |
| // If instance is not null, its process will be 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, |