| Index: dbus/message_unittest.cc
|
| diff --git a/dbus/message_unittest.cc b/dbus/message_unittest.cc
|
| index 10835a29ccf82ed1ff21977b22ff63fd45afc16f..c61f170ad32da03d9af815d00c4c7611ef754a57 100644
|
| --- a/dbus/message_unittest.cc
|
| +++ b/dbus/message_unittest.cc
|
| @@ -97,7 +97,7 @@ TEST(MessageTest, AppendAndPopBasicDataTypes) {
|
|
|
| // Check all basic types can be properly written and read.
|
| TEST(MessageTest, AppendAndPopFileDescriptor) {
|
| - if (!dbus::kDBusTypeUnixFdIsSupported) {
|
| + if (!dbus::IsDBusTypeUnixFdSupported()) {
|
| LOG(WARNING) << "FD passing is not supported";
|
| return;
|
| }
|
|
|