| Index: dbus/exported_object.h
|
| diff --git a/dbus/exported_object.h b/dbus/exported_object.h
|
| index d9cda5763b755b8c7319a7900cb899891bde0c95..41e8eece5a8968f833281380ae6ed5315e6f4676 100644
|
| --- a/dbus/exported_object.h
|
| +++ b/dbus/exported_object.h
|
| @@ -16,6 +16,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/platform_thread.h"
|
| +#include "base/time.h"
|
|
|
| class MessageLoop;
|
|
|
| @@ -106,7 +107,8 @@ class ExportedObject : public base::RefCountedThreadSafe<ExportedObject> {
|
| bool success);
|
|
|
| // Helper function for SendSignal().
|
| - void SendSignalInternal(void* signal_message);
|
| + void SendSignalInternal(base::TimeTicks start_time,
|
| + void* signal_message);
|
|
|
| // Registers this object to the bus.
|
| // Returns true on success, or the object is already registered.
|
|
|