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

Unified Diff: components/proximity_auth/bluetooth_util.h

Issue 604213002: [Clean-up] Run git cl format over the proximity_auth component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | components/proximity_auth/bluetooth_util_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/bluetooth_util.h
diff --git a/components/proximity_auth/bluetooth_util.h b/components/proximity_auth/bluetooth_util.h
index 8cf80510dc578457de7e87ffd274b0cdb572e9b3..7bd94fc8e1380425d5c6e6b678f4cbea6e28ef2b 100644
--- a/components/proximity_auth/bluetooth_util.h
+++ b/components/proximity_auth/bluetooth_util.h
@@ -24,11 +24,10 @@ typedef base::Callback<void(const std::string& error_message)> ErrorCallback;
// |error_callback| with an error message on failure. Because this can be an
// expensive operation, the work will be run on the provided |task_runner|,
// which should correspond to a background thread.
-void SeekDeviceByAddress(
- const std::string& device_address,
- const base::Closure& callback,
- const ErrorCallback& error_callback,
- base::TaskRunner* task_runner);
+void SeekDeviceByAddress(const std::string& device_address,
+ const base::Closure& callback,
+ const ErrorCallback& error_callback,
+ base::TaskRunner* task_runner);
void ConnectToServiceInsecurely(
device::BluetoothDevice* device,
« no previous file with comments | « no previous file | components/proximity_auth/bluetooth_util_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698