summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
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/download
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/download')
-rw-r--r--chrome/browser/download/download_file.h4
-rw-r--r--chrome/browser/download/download_file_manager.h1
-rw-r--r--chrome/browser/download/download_shelf.h5
-rw-r--r--chrome/browser/download/download_util.h3
4 files changed, 3 insertions, 10 deletions
diff --git a/chrome/browser/download/download_file.h b/chrome/browser/download/download_file.h
index 6db951b..24025fd 100644
--- a/chrome/browser/download/download_file.h
+++ b/chrome/browser/download/download_file.h
@@ -6,10 +6,6 @@
#define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_FILE_H_
#pragma once
-#include <map>
-#include <string>
-#include <vector>
-
#include "base/basictypes.h"
#include "base/file_path.h"
#include "base/hash_tables.h"
diff --git a/chrome/browser/download/download_file_manager.h b/chrome/browser/download/download_file_manager.h
index 0aada31..15e7d21 100644
--- a/chrome/browser/download/download_file_manager.h
+++ b/chrome/browser/download/download_file_manager.h
@@ -41,7 +41,6 @@
#pragma once
#include <map>
-#include <string>
#include "base/basictypes.h"
#include "base/hash_tables.h"
diff --git a/chrome/browser/download/download_shelf.h b/chrome/browser/download/download_shelf.h
index 929a92e..df02508 100644
--- a/chrome/browser/download/download_shelf.h
+++ b/chrome/browser/download/download_shelf.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,12 +6,11 @@
#define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_SHELF_H_
#pragma once
-#include <string>
-
#include "app/menus/simple_menu_model.h"
#include "base/basictypes.h"
#include "base/logging.h"
#include "base/scoped_ptr.h"
+#include "base/string16.h"
class BaseDownloadItemModel;
class Browser;
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h
index aa7832c..73365c3 100644
--- a/chrome/browser/download/download_util.h
+++ b/chrome/browser/download/download_util.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,7 +8,6 @@
#define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_UTIL_H_
#pragma once
-#include <set>
#include <string>
#include "base/basictypes.h"