Index: net/tools/fetch/fetch_client.cc |
=================================================================== |
--- net/tools/fetch/fetch_client.cc (revision 18948) |
+++ net/tools/fetch/fetch_client.cc (working copy) |
@@ -8,7 +8,6 @@ |
#include "base/singleton.h" |
#include "base/stats_counters.h" |
#include "base/string_util.h" |
-#include "net/base/client_socket_factory.h" |
#include "net/base/completion_callback.h" |
#include "net/base/host_resolver.h" |
#include "net/base/io_buffer.h" |
@@ -18,6 +17,7 @@ |
#include "net/http/http_request_info.h" |
#include "net/http/http_transaction.h" |
#include "net/proxy/proxy_service.h" |
+#include "net/socket/client_socket_factory.h" |
void usage(const char* program_name) { |
printf("usage: %s --url=<url> [--n=<clients>] [--stats] [--use_cache]\n", |