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

Unified Diff: net/socket/client_socket_pool_histograms.cc

Issue 3522004: FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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: net/socket/client_socket_pool_histograms.cc
diff --git a/net/socket/client_socket_pool_histograms.cc b/net/socket/client_socket_pool_histograms.cc
index 396b4ce905668cb7d24f4edbe7d5fd1f2b2e559d..4bef6492c2179a348a656cbebdd71bd4901e97a3 100644
--- a/net/socket/client_socket_pool_histograms.cc
+++ b/net/socket/client_socket_pool_histograms.cc
@@ -81,4 +81,6 @@ void ClientSocketPoolHistograms::AddReusedIdleTime(base::TimeDelta time) const {
reused_idle_time_->AddTime(time);
}
+ClientSocketPoolHistograms::~ClientSocketPoolHistograms() {}
+
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698