Chromium Code Reviews| Index: chrome/browser/precache/precache_util.h |
| diff --git a/chrome/browser/precache/precache_util.h b/chrome/browser/precache/precache_util.h |
| index 80a1fc8f0537df05ce81ed0958ada1d7e83a0bac..d397eed5459f2860386a62825615778f191031e5 100644 |
| --- a/chrome/browser/precache/precache_util.h |
| +++ b/chrome/browser/precache/precache_util.h |
| @@ -7,6 +7,7 @@ |
| namespace net { |
| class URLRequest; |
| +class HttpResponseInfo; |
|
bengr
2016/07/26 17:29:10
Forward declare this in the .cc, since it's not ne
jamartin
2016/07/26 19:56:21
Done.
|
| } |
| namespace precache { |