| Index: chrome/browser/tab_contents/background_contents.h
|
| diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h
|
| index dca405c1de05f01fa202c7725d50659323b82476..950baaecae1d5ef16b447bf404942a868e966d68 100644
|
| --- a/chrome/browser/tab_contents/background_contents.h
|
| +++ b/chrome/browser/tab_contents/background_contents.h
|
| @@ -75,7 +75,8 @@ class BackgroundContents : public RenderViewHostDelegate,
|
| IPC::Message* reply_msg,
|
| bool* did_suppress_message) OVERRIDE;
|
| virtual void Close(RenderViewHost* render_view_host) OVERRIDE;
|
| - virtual RendererPreferences GetRendererPrefs(Profile* profile) const OVERRIDE;
|
| + virtual RendererPreferences GetRendererPrefs(
|
| + content::BrowserContext* browser_context) const OVERRIDE;
|
| virtual void RenderViewGone(RenderViewHost* rvh,
|
| base::TerminationStatus status,
|
| int error_code) OVERRIDE;
|
|
|