Index: components/plugins/renderer/webview_plugin.cc |
diff --git a/components/plugins/renderer/webview_plugin.cc b/components/plugins/renderer/webview_plugin.cc |
index 1e8399560f09b767cfc76cfb3f69ac336a70d1ae..4f091f5715cb05bdbd70b102b8f80d71e1eecb5c 100644 |
--- a/components/plugins/renderer/webview_plugin.cc |
+++ b/components/plugins/renderer/webview_plugin.cc |
@@ -7,6 +7,7 @@ |
#include "base/message_loop/message_loop.h" |
#include "base/metrics/histogram.h" |
#include "base/numerics/safe_conversions.h" |
+#include "content/public/common/webpreferences.h" |
#include "content/public/renderer/web_preferences.h" |
#include "skia/ext/platform_canvas.h" |
#include "third_party/WebKit/public/platform/WebSize.h" |
@@ -19,7 +20,6 @@ |
#include "third_party/WebKit/public/web/WebLocalFrame.h" |
#include "third_party/WebKit/public/web/WebPluginContainer.h" |
#include "third_party/WebKit/public/web/WebView.h" |
-#include "webkit/common/webpreferences.h" |
using blink::WebCanvas; |
using blink::WebCursorInfo; |
@@ -40,6 +40,7 @@ using blink::WebURLRequest; |
using blink::WebURLResponse; |
using blink::WebVector; |
using blink::WebView; |
+using content::WebPreferences; |
WebViewPlugin::WebViewPlugin(WebViewPlugin::Delegate* delegate, |
const WebPreferences& preferences) |