Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Unified Diff: chrome/browser/chromeos/dbus/bluetooth_manager_client.h

Issue 8915024: Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/test/trace_event_analyzer_unittest.cc ('k') | chrome/browser/chromeos/disks/disk_mount_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dbus/bluetooth_manager_client.h
diff --git a/chrome/browser/chromeos/dbus/bluetooth_manager_client.h b/chrome/browser/chromeos/dbus/bluetooth_manager_client.h
index 50600433a9320ef43349329e961da2fbc1c81bb6..3c1c8a1477368fca0172eb127c121be1d7600034 100644
--- a/chrome/browser/chromeos/dbus/bluetooth_manager_client.h
+++ b/chrome/browser/chromeos/dbus/bluetooth_manager_client.h
@@ -45,7 +45,8 @@ class BluetoothManagerClient {
// The DefaultAdapterCallback receives two arguments:
// std::string adapter - the unique identifier of the default adapter
// bool success - whether or not the request succeeded
- typedef base::Callback<void(std::string, bool)> DefaultAdapterCallback;
+ typedef base::Callback<void(const std::string&, bool)>
+ DefaultAdapterCallback;
// Retrieves the dbus object path for the default adapter.
// The default adapter is the preferred local bluetooth interface when a
« no previous file with comments | « base/test/trace_event_analyzer_unittest.cc ('k') | chrome/browser/chromeos/disks/disk_mount_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698