| Index: net/http/http_auth_controller.h
|
| diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h
|
| index 2df9d57274dd07a6defa2c64a63ae585a189b62a..7c45cac53e6606b1c18d620aa99299a53fa7c4e0 100644
|
| --- a/net/http/http_auth_controller.h
|
| +++ b/net/http/http_auth_controller.h
|
| @@ -17,6 +17,7 @@
|
| #include "net/http/http_auth.h"
|
| #include "net/log/net_log.h"
|
| #include "url/gurl.h"
|
| +#include "url/origin.h"
|
|
|
| namespace net {
|
|
|
| @@ -123,7 +124,7 @@ class NET_EXPORT_PRIVATE HttpAuthController
|
| const GURL auth_url_;
|
|
|
| // Holds the {scheme, host, port} for the authentication target.
|
| - const GURL auth_origin_;
|
| + const url::Origin auth_origin_;
|
|
|
| // The absolute path of the resource needing authentication.
|
| // For proxy authentication the path is empty.
|
|
|