| Index: crypto/p224_spake_unittest.cc
|
| diff --git a/crypto/p224_spake_unittest.cc b/crypto/p224_spake_unittest.cc
|
| index ca35f7245b9f10baa6b3b5bac03e195aa3af8903..589cdbfcf0d58b9d584a37b592e7f0a7586027c4 100644
|
| --- a/crypto/p224_spake_unittest.cc
|
| +++ b/crypto/p224_spake_unittest.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <string>
|
| #include <crypto/p224_spake.h>
|
|
|
| #include "base/logging.h"
|
| @@ -13,7 +14,6 @@ namespace {
|
|
|
| bool RunExchange(P224EncryptedKeyExchange* client,
|
| P224EncryptedKeyExchange* server) {
|
| -
|
| for (;;) {
|
| std::string client_message, server_message;
|
| client_message = client->GetMessage();
|
|
|