| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index a67abf0682f9fe2c8af1384259be6dc9f6bffdf3..a98eae27f3145ec5a537b09d6b28d513800a33a1 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -220,7 +220,8 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| virtual void Zoom(PageZoom zoom) OVERRIDE;
|
| virtual void SyncRendererPrefs() OVERRIDE;
|
| virtual void ToggleSpeechInput() OVERRIDE;
|
| - virtual void UpdateWebkitPreferences(const WebPreferences& prefs) OVERRIDE;
|
| + virtual void UpdateWebkitPreferences(
|
| + const webkit_glue::WebPreferences& prefs) OVERRIDE;
|
|
|
| void set_delegate(RenderViewHostDelegate* d) {
|
| CHECK(d); // http://crbug.com/82827
|
|
|