| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.h b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| index 507885836acac8601d6db38344565fa5a373fc55..acca99e4b264d71a8f68d95618702b15ac65cc42 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| @@ -60,7 +60,7 @@ class RenderViewHostDelegateViewHelper {
|
| // RenderViewHostDelegate methods.
|
| class RenderViewHostDelegateHelper {
|
| public:
|
| - static WebPreferences GetWebkitPrefs(PrefService* prefs, bool is_dom_ui);
|
| + static WebPreferences GetWebkitPrefs(Profile* profile, bool is_dom_ui);
|
|
|
| private:
|
| RenderViewHostDelegateHelper();
|
|
|