Index: content/browser/site_instance.cc |
=================================================================== |
--- content/browser/site_instance.cc (revision 75410) |
+++ content/browser/site_instance.cc (working copy) |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/renderer_host/site_instance.h" |
+#include "content/browser/site_instance.h" |
#include "chrome/browser/browsing_instance.h" |
#include "chrome/browser/extensions/extension_service.h" |
+#include "chrome/browser/webui/web_ui_factory.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 "net/base/registry_controlled_domain.h" |