weaved: Fix a typo in libweaved/device.cc
am: 55198ea5c0

* commit '55198ea5c01abb5f3b0cb299c54bd86b5fa40618':
  weaved: Fix a typo in libweaved/device.cc
diff --git a/libweaved/device.cc b/libweaved/device.cc
index 1c97233..02bacb6 100644
--- a/libweaved/device.cc
+++ b/libweaved/device.cc
@@ -33,7 +33,7 @@
       base::Bind(&Device::OnCommandRemoved, base::Unretained(this)));
   weaved_object_mgr_->SetManagerAddedCallback(
       base::Bind(&Device::OnManagerAdded, base::Unretained(this)));
-  weaved_object_mgr_->SetCommandRemovedCallback(
+  weaved_object_mgr_->SetManagerRemovedCallback(
       base::Bind(&Device::OnManagerRemoved, base::Unretained(this)));
 }