Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: net/http/http_auth_controller.h

Issue 1151843002: DO NOT LAND Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698