| Index: content/browser/site_instance.cc
|
| diff --git a/content/browser/site_instance.cc b/content/browser/site_instance.cc
|
| index ddc3a99a4b0b5e6e629d510ff48f209c690c61f4..dcd834114f789894aede6a333fb080c91ad03601 100644
|
| --- a/content/browser/site_instance.cc
|
| +++ b/content/browser/site_instance.cc
|
| @@ -8,8 +8,8 @@
|
| #include "content/browser/content_browser_client.h"
|
| #include "content/browser/renderer_host/browser_render_process_host.h"
|
| #include "content/browser/webui/web_ui_factory.h"
|
| -#include "content/common/content_client.h"
|
| #include "content/common/notification_service.h"
|
| +#include "content/public/common/content_client.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "net/base/registry_controlled_domain.h"
|
|
|
|
|