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

Unified Diff: net/quic/quic_connection_logger.h

Issue 2082773002: Remove calls to MessageLoop::current() in net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/proxy/mock_proxy_resolver.cc ('k') | net/test/spawned_test_server/spawner_communicator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection_logger.h
diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h
index 62f6119539d083a57a4658f01bcac06a07c43c83..41e759c4067a80b976375aa3fb8266974b533024 100644
--- a/net/quic/quic_connection_logger.h
+++ b/net/quic/quic_connection_logger.h
@@ -11,6 +11,7 @@
#include <string>
#include "base/macros.h"
+#include "base/metrics/histogram_base.h"
agl 2016/06/28 22:59:44 Could HistogramBase just be forward declared since
fdoray 2016/06/29 13:32:38 Done.
#include "net/base/ip_endpoint.h"
#include "net/base/network_change_notifier.h"
#include "net/cert/cert_verify_result.h"
« no previous file with comments | « net/proxy/mock_proxy_resolver.cc ('k') | net/test/spawned_test_server/spawner_communicator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698