| Index: dbus/test_server.cc
 | 
| ===================================================================
 | 
| --- dbus/test_server.cc	(revision 183314)
 | 
| +++ dbus/test_server.cc	(working copy)
 | 
| @@ -19,7 +19,7 @@
 | 
|    CHECK(dbus_thread->StartWithOptions(thread_options));
 | 
|  
 | 
|    dbus::TestService::Options options;
 | 
| -  options.dbus_thread_message_loop_proxy = dbus_thread->message_loop_proxy();
 | 
| +  options.dbus_task_runner = dbus_thread->message_loop_proxy();
 | 
|    dbus::TestService* test_service = new dbus::TestService(options);
 | 
|    CHECK(test_service->StartService());
 | 
|    CHECK(test_service->WaitUntilServiceIsStarted());
 | 
| 
 |