| 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..5fe802a08d831351c71e377838d72c112d0cd9ef 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::WebUITypeID webui_type,
|
| RenderViewHostDelegate* opener,
|
| WindowContainerType window_container_type,
|
| const string16& frame_name);
|
|
|