| Index: dbus/property_unittest.cc
|
| diff --git a/dbus/property_unittest.cc b/dbus/property_unittest.cc
|
| index b6bbb1858912e006b1df629f44a96fd6edddf141..f1592849aef12f7197d5cce78f9b9a6256001872 100644
|
| --- a/dbus/property_unittest.cc
|
| +++ b/dbus/property_unittest.cc
|
| @@ -77,7 +77,7 @@ class PropertyTest : public testing::Test {
|
| bus_options.dbus_task_runner = dbus_thread_->task_runner();
|
| bus_ = new Bus(bus_options);
|
| object_proxy_ = bus_->GetObjectProxy(
|
| - "org.chromium.TestService",
|
| + test_service_->service_name(),
|
| ObjectPath("/org/chromium/TestObject"));
|
| ASSERT_TRUE(bus_->HasDBusThread());
|
|
|
|
|