aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/dbus/exported_property_set_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/dbus/exported_property_set_test.cc')
-rw-r--r--brillo/dbus/exported_property_set_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/brillo/dbus/exported_property_set_test.cc b/brillo/dbus/exported_property_set_test.cc
index 93aceb4..6f9dbd7 100644
--- a/brillo/dbus/exported_property_set_test.cc
+++ b/brillo/dbus/exported_property_set_test.cc
@@ -177,8 +177,7 @@ class PropertyValidatorObserver {
base::Unretained(this))) {}
virtual ~PropertyValidatorObserver() {}
- MOCK_METHOD2_T(ValidateProperty,
- bool(brillo::ErrorPtr* error, const T& value));
+ MOCK_METHOD(bool, ValidateProperty, (brillo::ErrorPtr*, const T&));
const base::Callback<bool(brillo::ErrorPtr*, const T&)>&
validate_property_callback() const {