| Index: dbus/property_unittest.cc
|
| diff --git a/dbus/property_unittest.cc b/dbus/property_unittest.cc
|
| index 0172517a5ffa83db3bc0366c39ab76812257f5ab..98b5cfcdb7d27d7b4f5945e19a5f4ec3075b6103 100644
|
| --- a/dbus/property_unittest.cc
|
| +++ b/dbus/property_unittest.cc
|
| @@ -35,7 +35,7 @@ class PropertyTest : public testing::Test {
|
| Properties(dbus::ObjectProxy* object_proxy,
|
| PropertyChangedCallback property_changed_callback)
|
| : dbus::PropertySet(object_proxy,
|
| - "org.chromium.TestService",
|
| + "org.chromium.TestInterface",
|
| property_changed_callback) {
|
| RegisterProperty("Name", &name);
|
| RegisterProperty("Version", &version);
|
|
|