| Index: content/browser/browsing_instance.cc
|
| ===================================================================
|
| --- content/browser/browsing_instance.cc (revision 75626)
|
| +++ content/browser/browsing_instance.cc (working copy)
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/browsing_instance.h"
|
| +#include "content/browser/browsing_instance.h"
|
|
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/renderer_host/site_instance.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"
|
|
|
| // static
|
| BrowsingInstance::ProfileSiteInstanceMap
|
|
|