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

Unified Diff: components/proximity_auth/connection_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
Index: components/proximity_auth/connection_unittest.cc
diff --git a/components/proximity_auth/connection_unittest.cc b/components/proximity_auth/connection_unittest.cc
index 87e5e2a8f1580249fa0ee44a80c0397afd1b4e29..5df73c7f4a4bb6239e3ed1425475804947201d88 100644
--- a/components/proximity_auth/connection_unittest.cc
+++ b/components/proximity_auth/connection_unittest.cc
@@ -196,8 +196,8 @@ TEST(ProximityAuthConnectionTest,
connection.AddObserver(&observer);
ON_CALL(connection, DeserializeWireMessageProxy(_))
- .WillByDefault(DoAll(SetArgPointee<0>(false),
- Return(new TestWireMessage)));
+ .WillByDefault(
+ DoAll(SetArgPointee<0>(false), Return(new TestWireMessage)));
EXPECT_CALL(observer, OnMessageReceived(Ref(connection), _));
connection.OnBytesReceived(std::string());
}
« no previous file with comments | « components/proximity_auth/bluetooth_util_chromeos.cc ('k') | components/proximity_auth/proximity_auth_system_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698