| Index: crypto/encryptor_unittest.cc
|
| diff --git a/crypto/encryptor_unittest.cc b/crypto/encryptor_unittest.cc
|
| index 79fe2cca1a6758be1296cfe0fcc6d735351ab287..93355f847a87a0033683c72c278a9db4292717ba 100644
|
| --- a/crypto/encryptor_unittest.cc
|
| +++ b/crypto/encryptor_unittest.cc
|
| @@ -4,8 +4,11 @@
|
|
|
| #include "crypto/encryptor.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "crypto/symmetric_key.h"
|
|
|