Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(934)

Side by Side Diff: net/spdy/spdy_framer.h

Issue 8949026: Move net/base/sys_byteorder.h to base/sys_byteorder.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Denitting, rebase Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/spdy/spdy_frame_builder.h ('k') | net/spdy/spdy_protocol.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_SPDY_SPDY_FRAMER_H_ 5 #ifndef NET_SPDY_SPDY_FRAMER_H_
6 #define NET_SPDY_SPDY_FRAMER_H_ 6 #define NET_SPDY_SPDY_FRAMER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <list> 9 #include <list>
10 #include <map> 10 #include <map>
11 #include <string> 11 #include <string>
12 #include <utility> 12 #include <utility>
13 #include <vector> 13 #include <vector>
14 14
15 #include "base/basictypes.h" 15 #include "base/basictypes.h"
16 #include "base/gtest_prod_util.h" 16 #include "base/gtest_prod_util.h"
17 #include "base/memory/scoped_ptr.h" 17 #include "base/memory/scoped_ptr.h"
18 #include "base/sys_byteorder.h"
18 #include "net/base/net_export.h" 19 #include "net/base/net_export.h"
19 #include "net/base/sys_byteorder.h"
20 #include "net/spdy/spdy_protocol.h" 20 #include "net/spdy/spdy_protocol.h"
21 21
22 typedef struct z_stream_s z_stream; // Forward declaration for zlib. 22 typedef struct z_stream_s z_stream; // Forward declaration for zlib.
23 23
24 namespace net { 24 namespace net {
25 class HttpProxyClientSocketPoolTest; 25 class HttpProxyClientSocketPoolTest;
26 class HttpNetworkLayer; 26 class HttpNetworkLayer;
27 class HttpNetworkTransactionTest; 27 class HttpNetworkTransactionTest;
28 class SpdyHttpStreamTest; 28 class SpdyHttpStreamTest;
29 class SpdyNetworkTransactionTest; 29 class SpdyNetworkTransactionTest;
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 539
540 std::string display_protocol_; 540 std::string display_protocol_;
541 541
542 static bool compression_default_; 542 static bool compression_default_;
543 static int spdy_version_; 543 static int spdy_version_;
544 }; 544 };
545 545
546 } // namespace spdy 546 } // namespace spdy
547 547
548 #endif // NET_SPDY_SPDY_FRAMER_H_ 548 #endif // NET_SPDY_SPDY_FRAMER_H_
OLDNEW
« no previous file with comments | « net/spdy/spdy_frame_builder.h ('k') | net/spdy/spdy_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698