| Index: chrome/browser/sync/util/nigori.cc
|
| diff --git a/chrome/browser/sync/util/nigori.cc b/chrome/browser/sync/util/nigori.cc
|
| index f8cffca18c34d6dc124b335f132a9d1ea32aa370..799a3f41c0d0ba5b6493541440a12d6b75b66198 100644
|
| --- a/chrome/browser/sync/util/nigori.cc
|
| +++ b/chrome/browser/sync/util/nigori.cc
|
| @@ -4,12 +4,6 @@
|
|
|
| #include "chrome/browser/sync/util/nigori.h"
|
|
|
| -#if defined(OS_WIN)
|
| -#include <winsock2.h> // for htonl
|
| -#else
|
| -#include <arpa/inet.h>
|
| -#endif
|
| -
|
| #include <sstream>
|
| #include <vector>
|
|
|
| @@ -17,6 +11,7 @@
|
| #include "base/logging.h"
|
| #include "base/rand_util.h"
|
| #include "base/string_util.h"
|
| +#include "base/sys_byteorder.h"
|
| #include "crypto/encryptor.h"
|
| #include "crypto/hmac.h"
|
|
|
|
|