Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
index f88dddb6492cbcaaa0a2973d982e4a5503b150d9..4cec7a18cdbf3076f45755f9864f243f2a6706ec 100644 |
--- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
+++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
@@ -27,6 +27,7 @@ |
#include "content/browser/site_instance.h" |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/browser/tab_contents/tab_contents_view.h" |
+#include "content/browser/webui/web_ui.h" |
RenderViewHostDelegateViewHelper::RenderViewHostDelegateViewHelper() {} |
@@ -78,7 +79,7 @@ TabContents* RenderViewHostDelegateViewHelper::CreateNewWindow( |
int route_id, |
Profile* profile, |
SiteInstance* site, |
- WebUITypeID webui_type, |
+ WebUI::TypeID webui_type, |
RenderViewHostDelegate* opener, |
WindowContainerType window_container_type, |
const string16& frame_name) { |