| Index: chromeos/dbus/introspectable_client.cc
|
| diff --git a/chromeos/dbus/introspectable_client.cc b/chromeos/dbus/introspectable_client.cc
|
| index 9e56a9958107807115ac6e081b85e95c6489f7e9..71508f2c049f7e642e98ccc6f9da1cf9f3211485 100644
|
| --- a/chromeos/dbus/introspectable_client.cc
|
| +++ b/chromeos/dbus/introspectable_client.cc
|
| @@ -4,14 +4,11 @@
|
|
|
| #include "chromeos/dbus/introspectable_client.h"
|
|
|
| -#include <string>
|
| -#include <vector>
|
|
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/message.h"
|
| -#include "dbus/object_path.h"
|
| #include "dbus/object_proxy.h"
|
| #include "third_party/libxml/chromium/libxml_utils.h"
|
|
|
|
|