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..f3132f82bd6b33ea1269b5f3cd84667fd352cc56 100644 |
| --- a/content/browser/frame_host/DEPS |
| +++ b/content/browser/frame_host/DEPS |
| @@ -20,4 +20,8 @@ specific_include_rules = { |
| "+content/browser/web_contents", |
| "+content/public/browser/web_contents_delegate.h", |
| ], |
| + ".*render_frame_host_impl\.h": [ |
| + # To get typedef of WebContents::ImageDownloadCallback. |
| + "+content/public/browser/web_contents.h", |
|
nasko
2015/07/02 08:41:07
This seems wrong. The frame_host layer doesn't and
|
| + ], |
| } |