| Index: content/browser/site_instance_impl.cc
|
| diff --git a/content/browser/site_instance_impl.cc b/content/browser/site_instance_impl.cc
|
| index 897864031ae74fa162c4d3a6e3b8a4fa2779c626..466eb86674380929a311fec45b555512ef1b61dc 100644
|
| --- a/content/browser/site_instance_impl.cc
|
| +++ b/content/browser/site_instance_impl.cc
|
| @@ -5,10 +5,10 @@
|
| #include "content/browser/site_instance_impl.h"
|
|
|
| #include "content/browser/browsing_instance.h"
|
| -#include "content/browser/child_process_security_policy_impl.h"
|
| #include "content/browser/frame_host/debug_urls.h"
|
| #include "content/browser/frame_host/frame_tree_node.h"
|
| #include "content/browser/renderer_host/render_process_host_impl.h"
|
| +#include "content/browser/shared/child_process_security_policy_helper.h"
|
| #include "content/browser/storage_partition_impl.h"
|
| #include "content/common/site_isolation_policy.h"
|
| #include "content/public/browser/content_browser_client.h"
|
|
|