Index: content/browser/site_instance.cc |
diff --git a/content/browser/site_instance.cc b/content/browser/site_instance.cc |
index 6a2ef4a42a2f80c97e9b29f8038c8f9704759d70..8f1b53cfe07e307c68ec6972c531faab8ea040d1 100644 |
--- a/content/browser/site_instance.cc |
+++ b/content/browser/site_instance.cc |
@@ -6,10 +6,10 @@ |
#include "chrome/browser/extensions/extension_service.h" |
#include "chrome/browser/renderer_host/browser_render_process_host.h" |
-#include "chrome/browser/webui/web_ui_factory.h" |
#include "chrome/common/notification_service.h" |
#include "chrome/common/url_constants.h" |
#include "content/browser/browsing_instance.h" |
+#include "content/browser/webui/web_ui_factory.h" |
#include "net/base/registry_controlled_domain.h" |
// We treat javascript:, about:crash, about:hang, and about:shorthang as the |