Index: chrome/browser/chromeos/bluetooth/bluetooth_device.cc |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_device.cc b/chrome/browser/chromeos/bluetooth/bluetooth_device.cc |
index 051127c798ec5d6fa672a38302587be47c957834..e696d0d3996e8a4d3a77bbe3114a3c5f22aa7c98 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_device.cc |
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_device.cc |
@@ -18,7 +18,6 @@ |
#include "chrome/browser/chromeos/bluetooth/bluetooth_adapter.h" |
#include "chrome/browser/chromeos/bluetooth/bluetooth_service_record.h" |
#include "chrome/browser/chromeos/bluetooth/bluetooth_socket.h" |
-#include "chrome/browser/chromeos/dbus/introspect_util.h" |
#include "chromeos/dbus/bluetooth_adapter_client.h" |
#include "chromeos/dbus/bluetooth_agent_service_provider.h" |
#include "chromeos/dbus/bluetooth_device_client.h" |
@@ -354,7 +353,7 @@ void BluetoothDevice::OnIntrospect(ErrorCallback error_callback, |
// device. Send appropraite Connect calls for each of those interfaces |
// to connect all of the application protocols for this device. |
std::vector<std::string> interfaces = |
- GetInterfacesFromIntrospectResult(xml_data); |
+ IntrospectableClient::GetInterfacesFromIntrospectResult(xml_data); |
for (std::vector<std::string>::iterator iter = interfaces.begin(); |
iter != interfaces.end(); ++iter) { |