summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 19:00:19 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 19:00:19 +0000
commit244924124002fb09afa5e6ccdb248f897848431b (patch)
treec2737631b52a3390bf33498eb58210749c12efb4 /chrome/browser/net
parent16b527168c7fcdc36588379c3c30225493265689 (diff)
downloadchromium_src-244924124002fb09afa5e6ccdb248f897848431b.zip
chromium_src-244924124002fb09afa5e6ccdb248f897848431b.tar.gz
chromium_src-244924124002fb09afa5e6ccdb248f897848431b.tar.bz2
FBTF: Remove "obviously" unneeded standard C++ library #includes.
BUG=none TEST=builds Review URL: http://codereview.chromium.org/3179017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net')
-rw-r--r--chrome/browser/net/chrome_cookie_policy.h1
-rw-r--r--chrome/browser/net/gaia/token_service.h1
-rw-r--r--chrome/browser/net/predictor.h1
-rw-r--r--chrome/browser/net/referrer.h3
-rw-r--r--chrome/browser/net/url_request_slow_http_job.h4
5 files changed, 2 insertions, 8 deletions
diff --git a/chrome/browser/net/chrome_cookie_policy.h b/chrome/browser/net/chrome_cookie_policy.h
index 4f555eb..8265437 100644
--- a/chrome/browser/net/chrome_cookie_policy.h
+++ b/chrome/browser/net/chrome_cookie_policy.h
@@ -7,7 +7,6 @@
#pragma once
#include <map>
-#include <queue>
#include <string>
#include <vector>
diff --git a/chrome/browser/net/gaia/token_service.h b/chrome/browser/net/gaia/token_service.h
index f687014..f182e6a 100644
--- a/chrome/browser/net/gaia/token_service.h
+++ b/chrome/browser/net/gaia/token_service.h
@@ -37,7 +37,6 @@
#include <map>
#include <string>
-#include <vector>
#include "base/scoped_ptr.h"
#include "chrome/browser/webdata/web_data_service.h"
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
diff --git a/chrome/browser/net/predictor.h b/chrome/browser/net/predictor.h
index 5d35f74..5d754ae 100644
--- a/chrome/browser/net/predictor.h
+++ b/chrome/browser/net/predictor.h
@@ -24,7 +24,6 @@
#include <queue>
#include <set>
#include <string>
-#include <vector>
#include "base/gtest_prod_util.h"
#include "base/ref_counted.h"
diff --git a/chrome/browser/net/referrer.h b/chrome/browser/net/referrer.h
index 23caaf5..2e7728e 100644
--- a/chrome/browser/net/referrer.h
+++ b/chrome/browser/net/referrer.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2010 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.
@@ -17,7 +17,6 @@
#pragma once
#include <map>
-#include <string>
#include "base/basictypes.h"
#include "base/time.h"
diff --git a/chrome/browser/net/url_request_slow_http_job.h b/chrome/browser/net/url_request_slow_http_job.h
index 3964a6b..0362106 100644
--- a/chrome/browser/net/url_request_slow_http_job.h
+++ b/chrome/browser/net/url_request_slow_http_job.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.
//
@@ -8,8 +8,6 @@
#define CHROME_BROWSER_NET_URL_REQUEST_SLOW_HTTP_JOB_H_
#pragma once
-#include <string>
-
#include "base/timer.h"
#include "chrome/browser/net/url_request_mock_http_job.h"