Index: net/http/http_auth.h |
diff --git a/net/http/http_auth.h b/net/http/http_auth.h |
index 5a2c7ac6606e3353f4d32ab37a96b78760ba8a06..acf1505fe07a3c47c1e4ef0310267128644b9bb2 100644 |
--- a/net/http/http_auth.h |
+++ b/net/http/http_auth.h |
@@ -12,6 +12,7 @@ |
#include "net/base/auth.h" |
#include "net/base/net_export.h" |
#include "net/http/http_util.h" |
+#include "url/origin.h" |
template <class T> class scoped_refptr; |
@@ -135,7 +136,7 @@ class NET_EXPORT_PRIVATE HttpAuth { |
HttpAuthHandlerFactory* http_auth_handler_factory, |
const HttpResponseHeaders* headers, |
Target target, |
- const GURL& origin, |
+ const url::Origin& origin, |
const std::set<Scheme>& disabled_schemes, |
const BoundNetLog& net_log, |
scoped_ptr<HttpAuthHandler>* handler); |