Index: dbus/object_proxy.h |
diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h |
index c0211b1db6187f975b9ef2c347366d69d47633c2..2569d7e4cf372566ed25c7f844a410e4c1055150 100644 |
--- a/dbus/object_proxy.h |
+++ b/dbus/object_proxy.h |
@@ -249,7 +249,7 @@ class CHROME_DBUS_EXPORT ObjectProxy |
// Runs the method. Helper function for HandleMessage(). |
void RunMethod(base::TimeTicks start_time, |
std::vector<SignalCallback> signal_callbacks, |
- Signal* signal); |
+ scoped_ptr<Signal> signal); |
// Redirects the function call to HandleMessage(). |
static DBusHandlerResult HandleMessageThunk(DBusConnection* connection, |