| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index 806b0caaaedb9f0d798c268cc5641f0ac6ab2ed9..1d05074c6a87d186644ac5b4b3cba7d781eb0cb2 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -59,6 +59,7 @@
|
| #include "content/public/common/content_constants.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/result_codes.h"
|
| +#include "content/public/common/webpreferences.h"
|
| #include "skia/ext/image_operations.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "third_party/WebKit/public/web/WebCompositionUnderline.h"
|
| @@ -68,7 +69,6 @@
|
| #include "ui/gfx/skbitmap_operations.h"
|
| #include "ui/gfx/vector2d_conversions.h"
|
| #include "ui/snapshot/snapshot.h"
|
| -#include "webkit/common/webpreferences.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "content/common/plugin_constants_win.h"
|
|
|