| Index: dbus/bus.h
|
| diff --git a/dbus/bus.h b/dbus/bus.h
|
| index e5e0b1c6a99569ef60766dd90d7b151232e7a984..7d3915909b9fb42792c328522ae0ee1b9f2e0af9 100644
|
| --- a/dbus/bus.h
|
| +++ b/dbus/bus.h
|
| @@ -88,7 +88,7 @@ class ObjectProxy;
|
| // bus.GetObjectProxy(service_name, object_path);
|
| //
|
| // dbus::MethodCall method_call(interface_name, method_name);
|
| -// scoped_ptr<dbus::Response> response(
|
| +// std::unique_ptr<dbus::Response> response(
|
| // object_proxy.CallMethodAndBlock(&method_call, timeout_ms));
|
| // if (response.get() != NULL) { // Success.
|
| // ...
|
|
|