Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / browser / renderer_host / render_view_host_delegate.cc
index 88e590b..41a110e 100644 (file)
@@ -4,8 +4,8 @@
 
 #include "content/browser/renderer_host/render_view_host_delegate.h"
 
+#include "content/public/common/web_preferences.h"
 #include "url/gurl.h"
-#include "webkit/common/webpreferences.h"
 
 namespace content {
 
@@ -22,7 +22,7 @@ WebContents* RenderViewHostDelegate::GetAsWebContents() {
   return NULL;
 }
 
-WebPreferences RenderViewHostDelegate::GetWebkitPrefs() {
+WebPreferences RenderViewHostDelegate::ComputeWebkitPrefs() {
   return WebPreferences();
 }