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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.h

Issue 863203009: Store Proxy Servers as proxy servers and not GURLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed failing test code. Created 5 years, 10 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: components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.h
index 4d270d385b5270fc575ad64f2129fbee95c9ad9d..4675ec4e245b16a327fe2a4a05f09921e54b9084 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.h
@@ -9,7 +9,6 @@
#include "base/memory/ref_counted.h"
#include "base/strings/string16.h"
#include "base/time/time.h"
-#include "url/gurl.h"
namespace base {
class SingleThreadTaskRunner;

Powered by Google App Engine
This is Rietveld 408576698