summaryrefslogtreecommitdiffstats
path: root/chromeos/disks
diff options
context:
space:
mode:
authorpneubeck <pneubeck@chromium.org>2015-02-25 01:39:55 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-25 09:40:52 +0000
commit54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc (patch)
tree17db460c644057ca816d8c41de3dc2f86b2b22ae /chromeos/disks
parent7df5c5cf5459cf393fe775a6bf508b801ef19fe1 (diff)
downloadchromium_src-54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc.zip
chromium_src-54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc.tar.gz
chromium_src-54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc.tar.bz2
Remove duplicate includes from chromeos/
This removes all includes from $X.cc files where the $X.h has the same include to conform to the style guide: "[...] However, any includes present in the related header do not need to be included again in the related cc (i.e., foo.cc can rely on foo.h's includes)." BUG=460988 Review URL: https://codereview.chromium.org/947173002 Cr-Commit-Position: refs/heads/master@{#318002}
Diffstat (limited to 'chromeos/disks')
-rw-r--r--chromeos/disks/disk_mount_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromeos/disks/disk_mount_manager.cc b/chromeos/disks/disk_mount_manager.cc
index 569df7f..483e990 100644
--- a/chromeos/disks/disk_mount_manager.cc
+++ b/chromeos/disks/disk_mount_manager.cc
@@ -4,7 +4,6 @@
#include "chromeos/disks/disk_mount_manager.h"
-#include <map>
#include <set>
#include "base/bind.h"