| Index: chrome/browser/chromeos/web_socket_proxy.cc
|
| diff --git a/chrome/browser/chromeos/web_socket_proxy.cc b/chrome/browser/chromeos/web_socket_proxy.cc
|
| index 85d7d2ffc52d2355cf17a100724865aff30dde37..a69a5a5186caf18f5976d6c93b36a4aac0a5aaf7 100644
|
| --- a/chrome/browser/chromeos/web_socket_proxy.cc
|
| +++ b/chrome/browser/chromeos/web_socket_proxy.cc
|
| @@ -14,7 +14,6 @@
|
| #include <map>
|
| #include <vector>
|
|
|
| -#include <arpa/inet.h>
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| #include <netinet/in.h>
|
| @@ -36,6 +35,7 @@
|
| #include "base/stl_util.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/string_util.h"
|
| +#include "base/sys_byteorder.h"
|
| #include "chrome/browser/chromeos/web_socket_proxy_helper.h"
|
| #include "chrome/browser/internal_auth.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
|
|