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

Unified Diff: components/proximity_auth/proximity_auth_system_unittest.cc

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 | « components/proximity_auth/connection_unittest.cc ('k') | components/proximity_auth/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/proximity_auth_system_unittest.cc
diff --git a/components/proximity_auth/proximity_auth_system_unittest.cc b/components/proximity_auth/proximity_auth_system_unittest.cc
index f8d1be1cd95c9c895456f45e62ac1709867f1060..2184d8756b347ea2285672baedb916c1dec97892 100644
--- a/components/proximity_auth/proximity_auth_system_unittest.cc
+++ b/components/proximity_auth/proximity_auth_system_unittest.cc
@@ -9,8 +9,8 @@
namespace proximity_auth {
TEST(ProximityAuthSystemTest, GetRemoteDevices) {
- RemoteDevice device1 = { "device 1" };
- RemoteDevice device2 = { "device 2" };
+ RemoteDevice device1 = {"device 1"};
+ RemoteDevice device2 = {"device 2"};
std::vector<RemoteDevice> device_list;
device_list.push_back(device1);
« no previous file with comments | « components/proximity_auth/connection_unittest.cc ('k') | components/proximity_auth/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698