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

Unified Diff: device/bluetooth/bluetooth_adapter_chromeos.h

Issue 1124883004: Submission for C++ Readability (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: device/bluetooth/bluetooth_adapter_chromeos.h
diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h
index 13942d8c387bd16ea96207c0bf377b2d2cb2fdd2..d22e6c2bc5e3ab0747dfc07fbc56765d455798e8 100644
--- a/device/bluetooth/bluetooth_adapter_chromeos.h
+++ b/device/bluetooth/bluetooth_adapter_chromeos.h
@@ -109,7 +109,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterChromeOS
BluetoothDeviceChromeOS* GetDeviceWithPath(
const dbus::ObjectPath& object_path);
- // Announce to observers a change in device state that is not reflected by
+ // Announces to observers a change in device state that is not reflected by
// its D-Bus properties.
omoikane 2015/05/22 23:55:27 All function parameters should be documented with
Marie Janssen 2015/06/18 21:08:35 Done.
void NotifyDeviceChanged(BluetoothDeviceChromeOS* device);

Powered by Google App Engine
This is Rietveld 408576698