diff options
author | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 15:27:49 +0000 |
---|---|---|
committer | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 15:27:49 +0000 |
commit | 68414fc0691df4ed8a89387cfe511c8750065a18 (patch) | |
tree | d08ce1d10db9a2def73708b3581684cd76c7e5c7 /chromeos/dbus/bluetooth_node_client.cc | |
parent | 94e2bbe39fe667dd072755c0310fe42f73e0bb66 (diff) | |
download | chromium_src-68414fc0691df4ed8a89387cfe511c8750065a18.zip chromium_src-68414fc0691df4ed8a89387cfe511c8750065a18.tar.gz chromium_src-68414fc0691df4ed8a89387cfe511c8750065a18.tar.bz2 |
Fix lint errors for chromeos/dbus/bluetooth*
TEST=compiles
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10640008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/bluetooth_node_client.cc')
-rw-r--r-- | chromeos/dbus/bluetooth_node_client.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/dbus/bluetooth_node_client.cc b/chromeos/dbus/bluetooth_node_client.cc index 52959cf..3f143eb0 100644 --- a/chromeos/dbus/bluetooth_node_client.cc +++ b/chromeos/dbus/bluetooth_node_client.cc @@ -5,6 +5,7 @@ #include "chromeos/dbus/bluetooth_node_client.h" #include <map> +#include <utility> #include "base/bind.h" #include "base/logging.h" |