| 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 7121a48b238344a62224d4065e1a23f2a2f4aa4f..62b40f0d3523b4576e43aa0746f2c7b496082b87 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -55,6 +55,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"
|
| @@ -65,7 +66,6 @@
|
| #include "ui/gfx/vector2d_conversions.h"
|
| #include "ui/snapshot/snapshot.h"
|
| #include "webkit/common/cursors/webcursor.h"
|
| -#include "webkit/common/webpreferences.h"
|
|
|
| #if defined(TOOLKIT_GTK)
|
| #include "content/browser/renderer_host/backing_store_gtk.h"
|
|
|