Chromium Code Reviews| Index: content/browser/frame_host/DEPS |
| diff --git a/content/browser/frame_host/DEPS b/content/browser/frame_host/DEPS |
| index 09569cb140287692f9fd51d1fa8266ce8988b2d9..9ac24e566494f31296dbea56ce5a666a9f117653 100644 |
| --- a/content/browser/frame_host/DEPS |
| +++ b/content/browser/frame_host/DEPS |
| @@ -20,4 +20,7 @@ specific_include_rules = { |
| "+content/browser/web_contents", |
| "+content/public/browser/web_contents_delegate.h", |
| ], |
| + "render_frame_host_android\.cc": [ |
| + "+content/browser/web_contents", |
|
boliu
2017/02/15 02:12:51
this is a layering violation, as ted already point
rwlbuis
2017/02/15 22:08:48
Done.
|
| + ], |
| } |