summaryrefslogtreecommitdiffstats
path: root/net/proxy
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-19 08:17:22 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-19 08:17:22 +0000
commit2f7faae9fed24262c8e263c0fa24276a50f1ed97 (patch)
tree9acbebcd1367d5e5b868833f09a9d806bd184b61 /net/proxy
parent1d79ff2cfbf5fac3f24cf5603319e490850e05c9 (diff)
downloadchromium_src-2f7faae9fed24262c8e263c0fa24276a50f1ed97.zip
chromium_src-2f7faae9fed24262c8e263c0fa24276a50f1ed97.tar.gz
chromium_src-2f7faae9fed24262c8e263c0fa24276a50f1ed97.tar.bz2
FBTF: Remove unnecessary STL #includes from src/net.
This removes obviously unneeded inclusions of <map>, <set>, <string>, <vector>, 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
Diffstat (limited to 'net/proxy')
-rw-r--r--net/proxy/init_proxy_resolver.h4
-rw-r--r--net/proxy/multi_threaded_proxy_resolver.h1
-rw-r--r--net/proxy/proxy_config.h3
-rw-r--r--net/proxy/proxy_config_service_common_unittest.h5
-rw-r--r--net/proxy/proxy_resolver_mac.h4
-rw-r--r--net/proxy/proxy_resolver_winhttp.h4
-rw-r--r--net/proxy/proxy_service.h1
7 files changed, 6 insertions, 16 deletions
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 <string>
#include <vector>
+#include "base/string16.h"
#include "googleurl/src/gurl.h"
#include "net/base/completion_callback.h"
#include "net/base/net_log.h"
diff --git a/net/proxy/multi_threaded_proxy_resolver.h b/net/proxy/multi_threaded_proxy_resolver.h
index aedba35..1ad28f7 100644
--- a/net/proxy/multi_threaded_proxy_resolver.h
+++ b/net/proxy/multi_threaded_proxy_resolver.h
@@ -7,7 +7,6 @@
#pragma once
#include <deque>
-#include <string>
#include <vector>
#include "base/basictypes.h"
diff --git a/net/proxy/proxy_config.h b/net/proxy/proxy_config.h
index 5254216..6720acd 100644
--- a/net/proxy/proxy_config.h
+++ b/net/proxy/proxy_config.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 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.
@@ -7,7 +7,6 @@
#pragma once
#include <string>
-#include <vector>
#include "googleurl/src/gurl.h"
#include "net/proxy/proxy_bypass_rules.h"
diff --git a/net/proxy/proxy_config_service_common_unittest.h b/net/proxy/proxy_config_service_common_unittest.h
index 4a70b26..2a10489 100644
--- a/net/proxy/proxy_config_service_common_unittest.h
+++ b/net/proxy/proxy_config_service_common_unittest.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,6 @@
#define NET_PROXY_PROXY_CONFIG_SERVICE_COMMON_UNITTEST_H_
#pragma once
-#include <string>
-#include <vector>
-
#include "net/proxy/proxy_config.h"
#include "testing/gtest/include/gtest/gtest.h"
diff --git a/net/proxy/proxy_resolver_mac.h b/net/proxy/proxy_resolver_mac.h
index d867006..950b11f 100644
--- a/net/proxy/proxy_resolver_mac.h
+++ b/net/proxy/proxy_resolver_mac.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2008 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,8 +6,6 @@
#define NET_PROXY_PROXY_RESOLVER_MAC_H_
#pragma once
-#include <string>
-
#include "googleurl/src/gurl.h"
#include "net/base/net_errors.h"
#include "net/proxy/proxy_resolver.h"
diff --git a/net/proxy/proxy_resolver_winhttp.h b/net/proxy/proxy_resolver_winhttp.h
index f6da68c..68d1109 100644
--- a/net/proxy/proxy_resolver_winhttp.h
+++ b/net/proxy/proxy_resolver_winhttp.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 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,8 +6,6 @@
#define NET_PROXY_PROXY_RESOLVER_WINHTTP_H_
#pragma once
-#include <string>
-
#include "googleurl/src/gurl.h"
#include "net/proxy/proxy_resolver.h"
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
index 1cb4840..3a3f7da 100644
--- a/net/proxy/proxy_service.h
+++ b/net/proxy/proxy_service.h
@@ -6,7 +6,6 @@
#define NET_PROXY_PROXY_SERVICE_H_
#pragma once
-#include <string>
#include <vector>
#include "base/gtest_prod_util.h"