summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_bluetooth_agent_manager_client.cc
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/dbus/fake_bluetooth_agent_manager_client.cc
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/dbus/fake_bluetooth_agent_manager_client.cc')
-rw-r--r--chromeos/dbus/fake_bluetooth_agent_manager_client.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromeos/dbus/fake_bluetooth_agent_manager_client.cc b/chromeos/dbus/fake_bluetooth_agent_manager_client.cc
index b2bdf96..1b8decc 100644
--- a/chromeos/dbus/fake_bluetooth_agent_manager_client.cc
+++ b/chromeos/dbus/fake_bluetooth_agent_manager_client.cc
@@ -4,10 +4,8 @@
#include "chromeos/dbus/fake_bluetooth_agent_manager_client.h"
-#include "base/bind.h"
#include "base/logging.h"
#include "chromeos/dbus/fake_bluetooth_agent_service_provider.h"
-#include "dbus/object_path.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {