From 728f28f2dfd7e22a414a8657229af008a19d7a9d Mon Sep 17 00:00:00 2001 From: "keybuk@chromium.org" Date: Fri, 11 Apr 2014 08:12:46 +0000 Subject: Bluetooth: rename Release to avoid RefCounted conflict Release is a bad name for Delegate methods because it prevents the delegate from implementing base::RefCounted, or results in spurious calls; rename to Released. BUG= Review URL: https://codereview.chromium.org/234513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263191 0039d316-1c4b-4281-b951-d872f2087c98 --- chromeos/dbus/bluetooth_profile_service_provider.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromeos/dbus/bluetooth_profile_service_provider.cc') diff --git a/chromeos/dbus/bluetooth_profile_service_provider.cc b/chromeos/dbus/bluetooth_profile_service_provider.cc index a465873..e30fada 100644 --- a/chromeos/dbus/bluetooth_profile_service_provider.cc +++ b/chromeos/dbus/bluetooth_profile_service_provider.cc @@ -89,7 +89,7 @@ class BluetoothProfileServiceProviderImpl DCHECK(OnOriginThread()); DCHECK(delegate_); - delegate_->Release(); + delegate_->Released(); response_sender.Run(dbus::Response::FromMethodCall(method_call)); } -- cgit v1.1