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

Unified Diff: net/url_request/https_prober.h

Issue 6382003: Reorder the methods in net/url_request/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compiling net_unittests != compiling the rest of chrome Created 9 years, 11 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/base/listen_socket.cc ('k') | net/url_request/https_prober.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/https_prober.h
diff --git a/net/url_request/https_prober.h b/net/url_request/https_prober.h
index 6540224d8e0a4e36bffb27098016af4369df849a..0e2d7250bf798038a819685c8649cf55e70e0501 100644
--- a/net/url_request/https_prober.h
+++ b/net/url_request/https_prober.h
@@ -63,6 +63,8 @@ class HTTPSProber : public net::URLRequest::Delegate {
virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
private:
+ friend struct DefaultSingletonTraits<HTTPSProber>;
+
HTTPSProber();
~HTTPSProber();
@@ -73,7 +75,6 @@ class HTTPSProber : public net::URLRequest::Delegate {
std::map<std::string, HTTPSProberDelegate*> inflight_probes_;
std::set<std::string> probed_;
- friend struct DefaultSingletonTraits<HTTPSProber>;
DISALLOW_COPY_AND_ASSIGN(HTTPSProber);
};
« no previous file with comments | « net/base/listen_socket.cc ('k') | net/url_request/https_prober.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698