Chromium Code Reviews| Index: content/child/indexed_db/proxy_webidbfactory_impl.h |
| diff --git a/content/child/indexed_db/proxy_webidbfactory_impl.h b/content/child/indexed_db/proxy_webidbfactory_impl.h |
| index 9b7852d3ace9c74f1ceed5afa3e749a0228946dd..cd329c2b35d76c334596d0d3a931fbd80e3eb37f 100644 |
| --- a/content/child/indexed_db/proxy_webidbfactory_impl.h |
| +++ b/content/child/indexed_db/proxy_webidbfactory_impl.h |
| @@ -11,6 +11,10 @@ |
| #include "third_party/WebKit/public/platform/WebIDBFactory.h" |
| #include "third_party/WebKit/public/platform/WebVector.h" |
| +namespace net { |
| +class URLRequestContext; |
| +} |
| + |
| namespace WebKit { |
| class WebString; |
| } |