| Index: chrome/browser/renderer_host/site_instance.cc
|
| diff --git a/chrome/browser/renderer_host/site_instance.cc b/chrome/browser/renderer_host/site_instance.cc
|
| index 76d33fb853242ae4cd656230fac85bc4aa6076bc..ef722b2bdf619b34f7f5f1d260740bc11624d6dd 100644
|
| --- a/chrome/browser/renderer_host/site_instance.cc
|
| +++ b/chrome/browser/renderer_host/site_instance.cc
|
| @@ -5,11 +5,11 @@
|
| #include "chrome/browser/renderer_host/site_instance.h"
|
|
|
| #include "chrome/browser/browsing_instance.h"
|
| -#include "chrome/browser/dom_ui/web_ui_factory.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/renderer_host/browser_render_process_host.h"
|
| -#include "chrome/common/url_constants.h"
|
| +#include "chrome/browser/webui/web_ui_factory.h"
|
| #include "chrome/common/notification_service.h"
|
| +#include "chrome/common/url_constants.h"
|
| #include "net/base/registry_controlled_domain.h"
|
|
|
| // We treat javascript:, about:crash, about:hang, and about:shorthang as the
|
|
|