Index: chrome/browser/tab_contents/render_view_host_delegate_helper.h |
diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.h b/chrome/browser/tab_contents/render_view_host_delegate_helper.h |
index 4af68c815eb4bb5ec57f858f28b337a374824cf8..3c1f922ffbf0285d4b7390e340ae03149900be4f 100644 |
--- a/chrome/browser/tab_contents/render_view_host_delegate_helper.h |
+++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.h |
@@ -9,7 +9,7 @@ |
#include <map> |
#include "base/basictypes.h" |
-#include "content/browser/webui/web_ui_factory.h" |
+#include "content/browser/webui/web_ui.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 @@ class RenderViewHostDelegateViewHelper { |
int route_id, |
Profile* profile, |
SiteInstance* site, |
- WebUITypeID webui_type, |
+ WebUI::TypeID webui_type, |
RenderViewHostDelegate* opener, |
WindowContainerType window_container_type, |
const string16& frame_name); |