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

Side by Side Diff: net/tools/quic/quic_spdy_client_stream.h

Issue 136853005: Use basictypes.h consistenly in QUIC code instead of macros.h and/or (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/tools/quic/quic_socket_utils.cc ('k') | net/tools/quic/quic_spdy_server_stream.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_TOOLS_QUIC_QUIC_SPDY_CLIENT_STREAM_H_ 5 #ifndef NET_TOOLS_QUIC_QUIC_SPDY_CLIENT_STREAM_H_
6 #define NET_TOOLS_QUIC_QUIC_SPDY_CLIENT_STREAM_H_ 6 #define NET_TOOLS_QUIC_QUIC_SPDY_CLIENT_STREAM_H_
7 7
8 #include <sys/types.h> 8 #include <sys/types.h>
9 #include <string> 9 #include <string>
10 10
11 #include "base/basictypes.h"
11 #include "base/strings/string_piece.h" 12 #include "base/strings/string_piece.h"
12 #include "net/base/io_buffer.h" 13 #include "net/base/io_buffer.h"
13 #include "net/quic/quic_data_stream.h" 14 #include "net/quic/quic_data_stream.h"
14 #include "net/quic/quic_protocol.h" 15 #include "net/quic/quic_protocol.h"
15 #include "net/tools/balsa/balsa_frame.h" 16 #include "net/tools/balsa/balsa_frame.h"
16 #include "net/tools/balsa/balsa_headers.h" 17 #include "net/tools/balsa/balsa_headers.h"
17 18
18 namespace net { 19 namespace net {
19 20
20 namespace tools { 21 namespace tools {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 scoped_refptr<GrowableIOBuffer> read_buf_; 75 scoped_refptr<GrowableIOBuffer> read_buf_;
75 bool response_headers_received_; 76 bool response_headers_received_;
76 size_t header_bytes_read_; 77 size_t header_bytes_read_;
77 size_t header_bytes_written_; 78 size_t header_bytes_written_;
78 }; 79 };
79 80
80 } // namespace tools 81 } // namespace tools
81 } // namespace net 82 } // namespace net
82 83
83 #endif // NET_TOOLS_QUIC_QUIC_SPDY_CLIENT_STREAM_H_ 84 #endif // NET_TOOLS_QUIC_QUIC_SPDY_CLIENT_STREAM_H_
OLDNEW
« no previous file with comments | « net/tools/quic/quic_socket_utils.cc ('k') | net/tools/quic/quic_spdy_server_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698