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

Unified Diff: net/http/http_auth_handler_mock.h

Issue 506523002: net : Declaring the weak_ptr_factory in proper order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 4 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/http/disk_cache_based_quic_server_info.cc ('k') | net/http/http_auth_handler_mock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_handler_mock.h
diff --git a/net/http/http_auth_handler_mock.h b/net/http/http_auth_handler_mock.h
index a4642dfe0f03bcb833830da4bc903b90801798c9..fd9885bd8b6896b2302a910f55a87f23d77b157a 100644
--- a/net/http/http_auth_handler_mock.h
+++ b/net/http/http_auth_handler_mock.h
@@ -108,7 +108,6 @@ class HttpAuthHandlerMock : public HttpAuthHandler {
Resolve resolve_;
CompletionCallback callback_;
- base::WeakPtrFactory<HttpAuthHandlerMock> weak_factory_;
bool generate_async_;
int generate_rv_;
std::string* auth_token_;
@@ -117,6 +116,7 @@ class HttpAuthHandlerMock : public HttpAuthHandler {
bool allows_default_credentials_;
bool allows_explicit_credentials_;
GURL request_url_;
+ base::WeakPtrFactory<HttpAuthHandlerMock> weak_factory_;
};
} // namespace net
« no previous file with comments | « net/http/disk_cache_based_quic_server_info.cc ('k') | net/http/http_auth_handler_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698