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

Unified Diff: chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc

Issue 8400077: chromeos: Rename functions to be PascalCase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
Index: chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc b/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc
index 58c23760506dd02cbb5d50314d08a382f2daae64..ca9402f5761f95be08f597cdffb0a6f17ff260f8 100644
--- a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc
@@ -19,7 +19,8 @@ class BluetoothAdapterImpl : public BluetoothAdapter,
explicit BluetoothAdapterImpl(const std::string& id) : id_(id) {
DBusThreadManager* dbus_thread_manager = DBusThreadManager::Get();
DCHECK(dbus_thread_manager);
- bluetooth_adapter_client_ = dbus_thread_manager->bluetooth_adapter_client();
+ bluetooth_adapter_client_ =
+ dbus_thread_manager->GetBluetoothAdapterClient();
DCHECK(bluetooth_adapter_client_);
bluetooth_adapter_client_->AddObserver(this, id_);
}
« no previous file with comments | « chrome/browser/chromeos/accessibility_util.cc ('k') | chrome/browser/chromeos/bluetooth/bluetooth_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698