Index: content/browser/browsing_instance.cc |
diff --git a/content/browser/browsing_instance.cc b/content/browser/browsing_instance.cc |
index b2c514cdbb3e6cf6555ce2fe2e11fed91f63c80b..e3efa829c5ec2a6bf0be5983b0dd5abc6d57c489 100644 |
--- a/content/browser/browsing_instance.cc |
+++ b/content/browser/browsing_instance.cc |
@@ -7,10 +7,10 @@ |
#include "base/command_line.h" |
#include "base/logging.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/webui/web_ui_factory.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/url_constants.h" |
#include "content/browser/site_instance.h" |
+#include "content/browser/webui/web_ui_factory.h" |
// static |
BrowsingInstance::ProfileSiteInstanceMap |