| 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..6bfbbb39fe1228f47c05b0f2968a3f2ce549d92d 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::WebUITypeID webui_type,
|
| RenderViewHostDelegate* opener,
|
| WindowContainerType window_container_type,
|
| const string16& frame_name) {
|
|
|