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

Unified Diff: dbus/property.cc

Issue 10823301: bluetooth: Create stub manager, adapter and device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 8 years, 4 months 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 | « dbus/property.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/property.cc
diff --git a/dbus/property.cc b/dbus/property.cc
index e8dfe5d26060e41d287beb85bb007231b5b3941a..9289c8614a62d8ea198c7bd5c93d0ca541ddd228 100644
--- a/dbus/property.cc
+++ b/dbus/property.cc
@@ -29,9 +29,10 @@ void PropertyBase::Init(PropertySet* property_set, const std::string& name) {
// PropertySet implementation.
//
-PropertySet::PropertySet(ObjectProxy* object_proxy,
- const std::string& interface,
- PropertyChangedCallback property_changed_callback)
+PropertySet::PropertySet(
+ ObjectProxy* object_proxy,
+ const std::string& interface,
+ const PropertyChangedCallback& property_changed_callback)
: object_proxy_(object_proxy),
interface_(interface),
property_changed_callback_(property_changed_callback),
« no previous file with comments | « dbus/property.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698