From 2f7faae9fed24262c8e263c0fa24276a50f1ed97 Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Thu, 19 Aug 2010 08:17:22 +0000 Subject: FBTF: Remove unnecessary STL #includes from src/net. This removes obviously unneeded inclusions of , , , , etc. from src/net. BUG=none TEST=builds Review URL: http://codereview.chromium.org/3132022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56654 0039d316-1c4b-4281-b951-d872f2087c98 --- net/proxy/init_proxy_resolver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/proxy/init_proxy_resolver.h') diff --git a/net/proxy/init_proxy_resolver.h b/net/proxy/init_proxy_resolver.h index f875457..6c417d5 100644 --- a/net/proxy/init_proxy_resolver.h +++ b/net/proxy/init_proxy_resolver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,9 +6,9 @@ #define NET_PROXY_INIT_PROXY_RESOLVER_H_ #pragma once -#include #include +#include "base/string16.h" #include "googleurl/src/gurl.h" #include "net/base/completion_callback.h" #include "net/base/net_log.h" -- cgit v1.1