| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 934ad7a50463b22c8b8c717ebe9aae80efcf21e2..b21a95e47d8d46958a56a951f00901df680c7d41 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -70,7 +70,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual ~WebContentsImpl();
|
|
|
| // Returns the content specific prefs for the given RVH.
|
| - static WebPreferences GetWebkitPrefs(
|
| + static webkit_glue::WebPreferences GetWebkitPrefs(
|
| content::RenderViewHost* rvh, const GURL& url);
|
|
|
| // Returns the SavePackage which manages the page saving job. May be NULL.
|
| @@ -322,7 +322,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| IPC::Message* reply_msg) OVERRIDE;
|
| virtual content::RendererPreferences GetRendererPrefs(
|
| content::BrowserContext* browser_context) const OVERRIDE;
|
| - virtual WebPreferences GetWebkitPrefs() OVERRIDE;
|
| + virtual webkit_glue::WebPreferences GetWebkitPrefs() OVERRIDE;
|
| virtual void OnUserGesture() OVERRIDE;
|
| virtual void OnIgnoredUIEvent() OVERRIDE;
|
| virtual void RendererUnresponsive(content::RenderViewHost* render_view_host,
|
|
|