| Index: content/browser/browsing_instance.cc
|
| diff --git a/content/browser/browsing_instance.cc b/content/browser/browsing_instance.cc
|
| index be55f5e7a01ed5e329ca4ebeb2db8fe92dba9b56..c440f4d37cfed2661103dd8b8de8841dcc422576 100644
|
| --- a/content/browser/browsing_instance.cc
|
| +++ b/content/browser/browsing_instance.cc
|
| @@ -8,11 +8,11 @@
|
| #include "base/logging.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/chrome_switches.h"
|
| -#include "chrome/common/url_constants.h"
|
| #include "content/browser/content_browser_client.h"
|
| #include "content/browser/site_instance.h"
|
| #include "content/browser/webui/web_ui_factory.h"
|
| #include "content/common/content_client.h"
|
| +#include "content/common/url_constants.h"
|
|
|
| // static
|
| BrowsingInstance::ProfileSiteInstanceMap
|
|
|