summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/dbus/dbus_client_bundle.cc2
-rw-r--r--chromeos/dbus/dbus_client_bundle.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/chromeos/dbus/dbus_client_bundle.cc b/chromeos/dbus/dbus_client_bundle.cc
index f80e2d29..313e52b 100644
--- a/chromeos/dbus/dbus_client_bundle.cc
+++ b/chromeos/dbus/dbus_client_bundle.cc
@@ -4,6 +4,8 @@
#include "chromeos/dbus/dbus_client_bundle.h"
+#include <vector>
+
#include "base/command_line.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
diff --git a/chromeos/dbus/dbus_client_bundle.h b/chromeos/dbus/dbus_client_bundle.h
index 4cb985e..8dbfd9d 100644
--- a/chromeos/dbus/dbus_client_bundle.h
+++ b/chromeos/dbus/dbus_client_bundle.h
@@ -5,6 +5,8 @@
#ifndef CHROMEOS_DBUS_DBUS_CLIENT_BUNDLE_H_
#define CHROMEOS_DBUS_DBUS_CLIENT_BUNDLE_H_
+#include <string>
+
#include "base/memory/scoped_ptr.h"
#include "chromeos/chromeos_export.h"
@@ -119,8 +121,8 @@ class CHROMEOS_EXPORT DBusClientBundle {
BluetoothGattDescriptorClient* bluetooth_gatt_descriptor_client() {
return bluetooth_gatt_descriptor_client_.get();
-
}
+
BluetoothGattManagerClient* bluetooth_gatt_manager_client() {
return bluetooth_gatt_manager_client_.get();
}