| Index: sync/util/cryptographer.cc
|
| diff --git a/sync/util/cryptographer.cc b/sync/util/cryptographer.cc
|
| index 0fe0b25a3c8922329eede2daa12bf0b1368a795c..7f5990d6964f2912d07b4c905d0cc1011c31a686 100644
|
| --- a/sync/util/cryptographer.cc
|
| +++ b/sync/util/cryptographer.cc
|
| @@ -4,10 +4,11 @@
|
|
|
| #include "sync/util/cryptographer.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
|
|
| #include "base/base64.h"
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "sync/protocol/nigori_specifics.pb.h"
|
| #include "sync/util/encryptor.h"
|
|
|