From 835d7c811c98f179090c57a827a9c9baa2130435 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Thu, 14 Oct 2010 04:38:38 +0000 Subject: Move Stats, histograms, and field trial into a metrics subdirectory of base and put them in the base namespace. TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62510 0039d316-1c4b-4281-b951-d872f2087c98 --- net/socket/client_socket_handle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/socket/client_socket_handle.cc') diff --git a/net/socket/client_socket_handle.cc b/net/socket/client_socket_handle.cc index f9ab8985..6184905 100644 --- a/net/socket/client_socket_handle.cc +++ b/net/socket/client_socket_handle.cc @@ -5,7 +5,7 @@ #include "net/socket/client_socket_handle.h" #include "base/compiler_specific.h" -#include "base/histogram.h" +#include "base/metrics/histogram.h" #include "base/logging.h" #include "net/base/net_errors.h" #include "net/socket/client_socket_pool.h" -- cgit v1.1