commit | ca5f959ea8d150f43b7ddd0544d030c6a9bbc2e1 | [log] [tgz] |
---|---|---|
author | Nico Weber <[email protected]> | Thu Jan 31 14:35:41 2019 |
committer | Commit Bot <[email protected]> | Thu Jan 31 14:35:41 2019 |
tree | b03d603ecc4fd809fbc5fb0d3a7ece94c70335b8 | |
parent | 6ae6b328748402344639ee22a6a141c48f1a5bd1 [diff] [blame] |
Remove a few more unnecessary semicolons. No behavior change. Bug: 926235 Change-Id: Ic49c15fb2a993c5ad73e7dc52f58daefdb8985f5 Reviewed-on: https://chromium-review.googlesource.com/c/1447371 Auto-Submit: Nico Weber <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Reviewed-by: Sylvain Defresne <[email protected]> Reviewed-by: Robert Sesek <[email protected]> Commit-Queue: Robert Sesek <[email protected]> Cr-Commit-Position: refs/heads/master@{#627945}
diff --git a/base/sync_socket_unittest.cc b/base/sync_socket_unittest.cc index fdcd9a1..0f80a1c 100644 --- a/base/sync_socket_unittest.cc +++ b/base/sync_socket_unittest.cc
@@ -121,7 +121,7 @@ SyncSocket socket_c(socket_a_.Release()); SyncSocket socket_d(socket_b_.Release()); SendReceivePeek(&socket_c, &socket_d); -}; +} class CancelableSyncSocketTest : public testing::Test { public: