Index: content/public/renderer/render_frame.h |
diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h |
index cbc1546bd582b2e598b23be5ad1d6c8aac96fb66..81bb4c3abae726b5866ead7dcde11832b5cb60fd 100644 |
--- a/content/public/renderer/render_frame.h |
+++ b/content/public/renderer/render_frame.h |
@@ -11,8 +11,6 @@ |
#include "ipc/ipc_sender.h" |
#include "third_party/WebKit/public/web/WebNavigationPolicy.h" |
-struct WebPreferences; |
- |
namespace blink { |
class WebFrame; |
class WebLocalFrame; |
@@ -28,6 +26,7 @@ class RenderView; |
class ServiceRegistry; |
struct ContextMenuParams; |
struct WebPluginInfo; |
+struct WebPreferences; |
// This interface wraps functionality, which is specific to frames, such as |
// navigation. It provides communication with a corresponding RenderFrameHost |