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

Unified Diff: net/http/http_auth.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.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);

Powered by Google App Engine
This is Rietveld 408576698