Index: content/browser/renderer_host/DEPS |
diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS |
index 85fd36e65598df0389bb66fe8767ce83c9032b95..0e52683f05e6b2bd4e67169f1eca128b4e29e074 100644 |
--- a/content/browser/renderer_host/DEPS |
+++ b/content/browser/renderer_host/DEPS |
@@ -29,9 +29,6 @@ specific_include_rules = { |
"sandbox_ipc_linux\.h": [ |
"+content/child/blink_platform_impl.h", |
], |
- "render_process_host_impl\.cc": [ |
- "+content/browser/frame_host/render_frame_message_filter.h", |
- ], |
"render_widget_host_view_mac\.mm": [ |
"+content/browser/frame_host", |
"+content/public/browser/web_contents.h", |
@@ -42,6 +39,9 @@ specific_include_rules = { |
], |
# TODO(nasko): Remove these exceptions once we've untangled the dependency |
# of RenderViewHost on the FrameTree. |
+ "render_message_filter\.cc": [ |
+ "+content/browser/frame_host/render_frame_host_impl.h", |
+ ], |
"render_view_host_impl\.(cc|h)": [ |
"+content/browser/frame_host/frame_tree.h", |
], |