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

Unified Diff: net/url_request/https_prober.cc

Issue 2441001: Move net::HTTPSProber from net_base to net (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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
« no previous file with comments | « net/url_request/https_prober.h ('k') | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/https_prober.cc
diff --git a/net/base/https_prober.cc b/net/url_request/https_prober.cc
similarity index 98%
rename from net/base/https_prober.cc
rename to net/url_request/https_prober.cc
index c37f17ddc33b2df277886d63abe020af0b8924ee..a7163ba5b758b71b28705809a5f3e503cbab9005 100644
--- a/net/base/https_prober.cc
+++ b/net/url_request/https_prober.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/https_prober.h"
+#include "net/url_request/https_prober.h"
#include "net/url_request/url_request.h"
#include "net/url_request/url_request_context.h"
« no previous file with comments | « net/url_request/https_prober.h ('k') | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698