Chromium Code Reviews| Index: net/http/http_auth.h |
| =================================================================== |
| --- net/http/http_auth.h (revision 11927) |
| +++ net/http/http_auth.h (working copy) |
| @@ -5,9 +5,10 @@ |
| #ifndef NET_HTTP_HTTP_AUTH_H_ |
| #define NET_HTTP_HTTP_AUTH_H_ |
| -#include "base/ref_counted.h" |
| #include "net/http/http_util.h" |
| +template <class T> class scoped_refptr; |
| + |
| namespace net { |
| class HttpAuthHandler; |