| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 96f52f66d0ff039da1b810d33c746963b9f8e8e1..36770608cef9f6d0344f1f48bdefdc1ca8c2e0e1 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -34,6 +34,7 @@
|
| #include "content/public/common/renderer_preferences.h"
|
| #include "content/public/common/stop_find_action.h"
|
| #include "content/public/common/top_controls_state.h"
|
| +#include "content/public/common/webpreferences.h"
|
| #include "content/public/renderer/render_view.h"
|
| #include "content/renderer/mouse_lock_dispatcher.h"
|
| #include "content/renderer/render_frame_impl.h"
|
| @@ -56,7 +57,6 @@
|
| #include "third_party/WebKit/public/web/WebViewClient.h"
|
| #include "ui/base/window_open_disposition.h"
|
| #include "ui/surface/transport_dib.h"
|
| -#include "webkit/common/webpreferences.h"
|
|
|
| #if defined(OS_ANDROID)
|
| #include "content/renderer/android/content_detector.h"
|
|
|