| 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 fdc2fb1af42fdd0c4987c6f97b2b283215964bc3..785e6fb77eb39acce68b9eb77b3c7a5c6039c74a 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/web_preferences.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"
|
|
|