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

Unified Diff: net/http/http_auth_handler_unittest.cc

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_handler_unittest.cc
diff --git a/net/http/http_auth_handler_unittest.cc b/net/http/http_auth_handler_unittest.cc
index 5757bb65c84d37411ae2720df16c6dbcdf95fa47..cd0421c2abdff4b6dedf703650a7da0d53c0ee78 100644
--- a/net/http/http_auth_handler_unittest.cc
+++ b/net/http/http_auth_handler_unittest.cc
@@ -15,11 +15,12 @@
#include "net/log/test_net_log_entry.h"
#include "net/log/test_net_log_util.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "url/origin.h"
namespace net {
TEST(HttpAuthHandlerTest, NetLog) {
- GURL origin("http://www.example.com");
+ url::Origin origin("http://www.example.com");
std::string challenge = "Mock asdf";
AuthCredentials credentials(base::ASCIIToUTF16("user"),
base::ASCIIToUTF16("pass"));

Powered by Google App Engine
This is Rietveld 408576698