| Index: chrome/browser/tab_contents/background_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/background_contents.cc (revision 79692)
|
| +++ chrome/browser/tab_contents/background_contents.cc (working copy)
|
| @@ -8,7 +8,6 @@
|
| #include "chrome/browser/desktop_notification_handler.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/renderer_preferences_util.h"
|
| -#include "chrome/browser/ui/webui/chrome_web_ui_factory.h"
|
| #include "chrome/common/extensions/extension_constants.h"
|
| #include "chrome/common/extensions/extension_messages.h"
|
| #include "chrome/common/url_constants.h"
|
| @@ -225,8 +224,7 @@
|
| route_id,
|
| render_view_host_->process()->profile(),
|
| render_view_host_->site_instance(),
|
| - ChromeWebUIFactory::GetInstance()->GetWebUIType(
|
| - render_view_host_->process()->profile(), url_),
|
| + WebUIFactory::GetWebUIType(render_view_host_->process()->profile(), url_),
|
| this,
|
| params.window_container_type,
|
| params.frame_name);
|
|
|