| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 79692)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -7,7 +7,6 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/renderer_host/browser_render_process_host.h"
|
| -#include "chrome/browser/ui/webui/chrome_web_ui_factory.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
|
|
| namespace chrome {
|
| @@ -28,8 +27,4 @@
|
| }
|
| }
|
|
|
| -content::WebUIFactory* ChromeContentBrowserClient::GetWebUIFactory() {
|
| - return ChromeWebUIFactory::GetInstance();
|
| -}
|
| -
|
| } // namespace chrome
|
|
|