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

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

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 2 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
« no previous file with comments | « net/spdy/buffered_spdy_framer.h ('k') | net/spdy/spdy_session_pool.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_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 7
8 #include <map> 8 #include <map>
9 #include <memory> 9 #include <memory>
10 #include <string> 10 #include <string>
11 #include <utility> 11 #include <utility>
12 12
13 #include "base/gtest_prod_util.h"
14 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
15 #include "base/strings/string_piece.h" 14 #include "base/strings/string_piece.h"
16 #include "base/sys_byteorder.h" 15 #include "base/sys_byteorder.h"
17 #include "net/base/net_export.h" 16 #include "net/base/net_export.h"
18 #include "net/spdy/hpack/hpack_decoder.h" 17 #include "net/spdy/hpack/hpack_decoder.h"
19 #include "net/spdy/hpack/hpack_encoder.h" 18 #include "net/spdy/hpack/hpack_encoder.h"
20 #include "net/spdy/spdy_alt_svc_wire_format.h" 19 #include "net/spdy/spdy_alt_svc_wire_format.h"
21 #include "net/spdy/spdy_header_block.h" 20 #include "net/spdy/spdy_header_block.h"
22 #include "net/spdy/spdy_protocol.h" 21 #include "net/spdy/spdy_protocol.h"
23 22
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 // rather than reading all available input. 784 // rather than reading all available input.
786 bool process_single_input_frame_ = false; 785 bool process_single_input_frame_ = false;
787 786
788 // Last acknowledged value for SETTINGS_HEADER_TABLE_SIZE. 787 // Last acknowledged value for SETTINGS_HEADER_TABLE_SIZE.
789 size_t header_table_size_bound_; 788 size_t header_table_size_bound_;
790 }; 789 };
791 790
792 } // namespace net 791 } // namespace net
793 792
794 #endif // NET_SPDY_SPDY_FRAMER_H_ 793 #endif // NET_SPDY_SPDY_FRAMER_H_
OLDNEW
« no previous file with comments | « net/spdy/buffered_spdy_framer.h ('k') | net/spdy/spdy_session_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698