| Index: chromeos/dbus/ibus/ibus_property_unittest.cc
|
| diff --git a/chromeos/dbus/ibus/ibus_property_unittest.cc b/chromeos/dbus/ibus/ibus_property_unittest.cc
|
| index 833df17f25abd6cc39497cba884ee59b3998a1a4..471e96fc8e9e5e5076426efeaeb954ebed0ed1ef 100644
|
| --- a/chromeos/dbus/ibus/ibus_property_unittest.cc
|
| +++ b/chromeos/dbus/ibus/ibus_property_unittest.cc
|
| @@ -38,7 +38,7 @@ void SetProperty(const std::string& prefix, IBusProperty* property) {
|
| property->set_tooltip(prefix + kSampleTooltip);
|
| property->set_visible(kSampleVisible);
|
| property->set_checked(kSampleChecked);
|
| - property->mutable_sub_properties()->reset();
|
| + property->mutable_sub_properties()->clear();
|
| }
|
|
|
| // Checks testing data in |property| with |prefix|.
|
|
|