Chromium Code Reviews| Index: net/http/http_vary_data.h |
| diff --git a/net/http/http_vary_data.h b/net/http/http_vary_data.h |
| index 360799d8b375c7d6632b208b826412267981e40d..98b94fafb1ef05b3dc27846158cbeeebc50c58ff 100644 |
| --- a/net/http/http_vary_data.h |
| +++ b/net/http/http_vary_data.h |
| @@ -11,7 +11,7 @@ class Pickle; |
| namespace net { |
| -class HttpRequestInfo; |
| +struct HttpRequestInfo; |
| class HttpResponseHeaders; |
| // Used to implement the HTTP/1.1 Vary header. This class contains a MD5 hash |