| Index: remoting/protocol/v2_authenticator.h
|
| diff --git a/remoting/protocol/v2_authenticator.h b/remoting/protocol/v2_authenticator.h
|
| index faa79a4a0b004037435277c4368aa7a40344c440..77a72a5832b35db7f07ee65891621f2f7565b7bc 100644
|
| --- a/remoting/protocol/v2_authenticator.h
|
| +++ b/remoting/protocol/v2_authenticator.h
|
| @@ -5,11 +5,12 @@
|
| #ifndef REMOTING_PROTOCOL_V2_AUTHENTICATOR_H_
|
| #define REMOTING_PROTOCOL_V2_AUTHENTICATOR_H_
|
|
|
| -#include <string>
|
| #include <queue>
|
| +#include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "crypto/p224_spake.h"
|
| #include "remoting/protocol/authenticator.h"
|
|
|