Index: content/public/renderer/render_view.h |
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h |
index 60de1c44865f0f4d3811ab14f6b63675353a1752..2fe09a5606fb07c393d53ad9f38fea99102a3897 100644 |
--- a/content/public/renderer/render_view.h |
+++ b/content/public/renderer/render_view.h |
@@ -12,6 +12,8 @@ |
#include "content/common/content_export.h" |
#include "content/public/common/top_controls_state.h" |
#include "ipc/ipc_sender.h" |
+// TODO(dcheng): Convert back to a forward declare. |
+#include "third_party/WebKit/public/web/WebLocalFrame.h" |
#include "third_party/WebKit/public/web/WebPageVisibilityState.h" |
#include "ui/gfx/native_widget_types.h" |
@@ -105,7 +107,7 @@ class CONTENT_EXPORT RenderView : public IPC::Sender { |
// Displays a modal alert dialog containing the given message. Returns |
// once the user dismisses the dialog. |
- virtual void RunModalAlertDialog(blink::WebFrame* frame, |
+ virtual void RunModalAlertDialog(blink::WebLocalFrame* frame, |
const blink::WebString& message) = 0; |
// Used by plugins that load data in this RenderView to update the loading |