Index: chrome/browser/tab_contents/render_view_host_delegate_helper.h |
=================================================================== |
--- chrome/browser/tab_contents/render_view_host_delegate_helper.h (revision 79692) |
+++ chrome/browser/tab_contents/render_view_host_delegate_helper.h (working copy) |
@@ -9,7 +9,7 @@ |
#include <map> |
#include "base/basictypes.h" |
-#include "content/browser/webui/web_ui.h" |
+#include "content/browser/webui/web_ui_factory.h" |
#include "content/common/window_container_type.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" |
#include "ui/gfx/rect.h" |
@@ -41,7 +41,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); |