Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index b9baadbd1f05d0866e24467722d99301581fe001..5d7472491c58b604192804484c5021a2da684165 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -27,7 +27,6 @@ |
#include "build/build_config.h" |
#include "cc/base/switches.h" |
#include "content/browser/bad_message.h" |
-#include "content/browser/child_process_security_policy_impl.h" |
#include "content/browser/dom_storage/session_storage_namespace_impl.h" |
#include "content/browser/frame_host/frame_tree.h" |
#include "content/browser/gpu/compositor_util.h" |
@@ -41,6 +40,7 @@ |
#include "content/browser/renderer_host/render_view_host_delegate_view.h" |
#include "content/browser/renderer_host/render_widget_host_delegate.h" |
#include "content/browser/renderer_host/render_widget_host_view_base.h" |
+#include "content/browser/shared/child_process_security_policy_helper.h" |
#include "content/common/browser_plugin/browser_plugin_messages.h" |
#include "content/common/content_switches_internal.h" |
#include "content/common/drag_messages.h" |