Commit 7b6661ff authored by wtc@chromium.org's avatar wtc@chromium.org

Remove an extraneous semicolon.

R=rch@chromium.org
BUG=none
TEST=none
NOTRY=true

Review URL: https://codereview.chromium.org/133183002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244108 0039d316-1c4b-4281-b951-d872f2087c98
parent e53b5f53
......@@ -540,7 +540,6 @@ static bool LogContainsSSLConnectEndEvent(
LogContainsEvent(
log, i, NetLog::TYPE_SOCKET_BYTES_SENT, NetLog::PHASE_NONE);
}
;
TEST_F(SSLClientSocketTest, Connect) {
SpawnedTestServer test_server(SpawnedTestServer::TYPE_HTTPS,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment