| Index: chrome/browser/safe_browsing/protocol_parser.cc
|
| diff --git a/chrome/browser/safe_browsing/protocol_parser.cc b/chrome/browser/safe_browsing/protocol_parser.cc
|
| index 00756dd302011be1494382952fb3d9aa5b4520dc..168aee98f27e0a208009e4c57cf35a14139f4f22 100644
|
| --- a/chrome/browser/safe_browsing/protocol_parser.cc
|
| +++ b/chrome/browser/safe_browsing/protocol_parser.cc
|
| @@ -10,16 +10,11 @@
|
| #include "base/logging.h"
|
| #include "base/stringprintf.h"
|
| #include "base/string_split.h"
|
| +#include "base/sys_byteorder.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/safe_browsing/protocol_parser.h"
|
| #include "chrome/browser/safe_browsing/safe_browsing_util.h"
|
|
|
| -#if defined(OS_WIN)
|
| -#include <Winsock2.h>
|
| -#elif defined(OS_POSIX)
|
| -#include <arpa/inet.h>
|
| -#endif
|
| -
|
| namespace {
|
| // Helper function for quick scans of a line oriented protocol. Note that we use
|
| // std::string::assign(const charT* s, size_type n)
|
|
|