| Index: dbus/test_service.cc
|
| diff --git a/dbus/test_service.cc b/dbus/test_service.cc
|
| index 1ec207024670be30c001fcf853d0f97efdc08f6a..01701927ec02d6469c40a1e9cbc2fb56ce67f0c5 100644
|
| --- a/dbus/test_service.cc
|
| +++ b/dbus/test_service.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "dbus/test_service.h"
|
|
|
| +#include <string>
|
| +#include <vector>
|
| +
|
| #include "base/bind.h"
|
| #include "base/test/test_timeouts.h"
|
| #include "base/threading/platform_thread.h"
|
| @@ -485,7 +488,7 @@ void TestService::PerformAction(
|
| RemoveObject(object_path);
|
| } else if (action == "SetSendImmediatePropertiesChanged") {
|
| SetSendImmediatePropertiesChanged();
|
| - } if (action == "ReleaseOwnership") {
|
| + } else if (action == "ReleaseOwnership") {
|
| ReleaseOwnership(base::Bind(&TestService::PerformActionResponse,
|
| base::Unretained(this),
|
| method_call, response_sender));
|
|
|