Index: dbus/message.h |
diff --git a/dbus/message.h b/dbus/message.h |
index d29e5e46e89021ab11b60f18c92d73047ad21873..780e6c5b46628eaa9d3f7dd03e8dbe0e8358d4b6 100644 |
--- a/dbus/message.h |
+++ b/dbus/message.h |
@@ -111,7 +111,7 @@ class CHROME_DBUS_EXPORT Message { |
std::string GetMember(); |
std::string GetErrorName(); |
std::string GetSender(); |
- std::string GetDataSignature(); |
+ std::string GetSignature(); |
// Gets the serial and reply serial numbers. Returns 0 if not set. |
uint32 GetSerial(); |
uint32 GetReplySerial(); |