| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_host_delegate_helper.cc (revision 79692)
|
| +++ chrome/browser/tab_contents/render_view_host_delegate_helper.cc (working copy)
|
| @@ -27,7 +27,6 @@
|
| #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() {}
|
|
|
| @@ -79,7 +78,7 @@
|
| int route_id,
|
| Profile* profile,
|
| SiteInstance* site,
|
| - WebUI::TypeID webui_type,
|
| + WebUITypeID webui_type,
|
| RenderViewHostDelegate* opener,
|
| WindowContainerType window_container_type,
|
| const string16& frame_name) {
|
|
|