| Index: dbus/object_proxy.cc
|
| diff --git a/dbus/object_proxy.cc b/dbus/object_proxy.cc
|
| index 58d679cc971de1a37c30e479b57111b00838c8a7..32f6a600df9d2ccb986276daa029e6c763ed4ebc 100644
|
| --- a/dbus/object_proxy.cc
|
| +++ b/dbus/object_proxy.cc
|
| @@ -13,6 +13,7 @@
|
| #include "base/threading/thread.h"
|
| #include "base/threading/thread_restrictions.h"
|
| #include "dbus/message.h"
|
| +#include "dbus/object_path.h"
|
| #include "dbus/object_proxy.h"
|
| #include "dbus/scoped_dbus_error.h"
|
|
|
| @@ -42,7 +43,7 @@ namespace dbus {
|
|
|
| ObjectProxy::ObjectProxy(Bus* bus,
|
| const std::string& service_name,
|
| - const std::string& object_path,
|
| + const ObjectPath& object_path,
|
| int options)
|
| : bus_(bus),
|
| service_name_(service_name),
|
|
|