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

Unified Diff: net/socket/client_socket_pool_histograms.h

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
« no previous file with comments | « net/socket/client_socket_pool.cc ('k') | net/socket/client_socket_pool_histograms.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/client_socket_pool_histograms.h
diff --git a/net/socket/client_socket_pool_histograms.h b/net/socket/client_socket_pool_histograms.h
index 7485c2f00b8fb9f1d513440362dc0b6152e987cb..0408cc002591577b8ee29e4caeb424a3c82644ba 100644
--- a/net/socket/client_socket_pool_histograms.h
+++ b/net/socket/client_socket_pool_histograms.h
@@ -8,9 +8,11 @@
#include <string>
-#include "base/histogram.h"
+#include "base/time.h"
Lei Zhang 2010/09/30 01:15:18 nit: sort alphabetically.
#include "base/ref_counted.h"
+class Histogram;
+
namespace net {
class ClientSocketPoolHistograms
@@ -25,7 +27,7 @@ class ClientSocketPoolHistograms
private:
friend class base::RefCounted<ClientSocketPoolHistograms>;
- ~ClientSocketPoolHistograms() {}
+ virtual ~ClientSocketPoolHistograms();
scoped_refptr<Histogram> socket_type_;
scoped_refptr<Histogram> request_time_;
« no previous file with comments | « net/socket/client_socket_pool.cc ('k') | net/socket/client_socket_pool_histograms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698