| Index: content/browser/tab_contents/navigation_entry.cc
|
| diff --git a/content/browser/tab_contents/navigation_entry.cc b/content/browser/tab_contents/navigation_entry.cc
|
| index b84050a791394718093f6a4a053a305cfb750684..8efaab439009c290e1af29012329c154145786d0 100644
|
| --- a/content/browser/tab_contents/navigation_entry.cc
|
| +++ b/content/browser/tab_contents/navigation_entry.cc
|
| @@ -49,7 +49,7 @@ NavigationEntry::NavigationEntry()
|
| NavigationEntry::NavigationEntry(SiteInstance* instance,
|
| int page_id,
|
| const GURL& url,
|
| - const GURL& referrer,
|
| + const content::Referrer& referrer,
|
| const string16& title,
|
| content::PageTransition transition_type,
|
| bool is_renderer_initiated)
|
|
|