| Index: net/spdy/spdy_framer.h
|
| diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h
|
| index 1bbe3556af321486b6b9160a944820904c1ff7a8..58e71672be1c82b5bdf4df231ee046115cdb4211 100644
|
| --- a/net/spdy/spdy_framer.h
|
| +++ b/net/spdy/spdy_framer.h
|
| @@ -14,8 +14,8 @@
|
| #include "base/basictypes.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/sys_byteorder.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/base/sys_byteorder.h"
|
| #include "net/spdy/spdy_protocol.h"
|
|
|
| typedef struct z_stream_s z_stream; // Forward declaration for zlib.
|
|
|