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

Side by Side Diff: net/tools/quic/test_tools/http_message.h

Issue 1535363003: Switch to standard integer types in net/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stddef Created 5 years 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/tools/quic/synchronous_host_resolver.cc ('k') | net/tools/quic/test_tools/http_message.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_TEST_TOOLS_TEST_TOOLS_HTTP_MESSAGE_H_ 5 #ifndef NET_TOOLS_QUIC_TEST_TOOLS_TEST_TOOLS_HTTP_MESSAGE_H_
6 #define NET_TOOLS_QUIC_TEST_TOOLS_TEST_TOOLS_HTTP_MESSAGE_H_ 6 #define NET_TOOLS_QUIC_TEST_TOOLS_TEST_TOOLS_HTTP_MESSAGE_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/macros.h"
11 #include "base/strings/string_piece.h" 12 #include "base/strings/string_piece.h"
12 #include "net/tools/balsa/balsa_enums.h" 13 #include "net/tools/balsa/balsa_enums.h"
13 #include "net/tools/balsa/balsa_headers.h" 14 #include "net/tools/balsa/balsa_headers.h"
14 15
15 namespace net { 16 namespace net {
16 namespace tools { 17 namespace tools {
17 namespace test { 18 namespace test {
18 19
19 class HttpConstants { 20 class HttpConstants {
20 public: 21 public:
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 void InitializeFields(); 120 void InitializeFields();
120 121
121 DISALLOW_COPY_AND_ASSIGN(HTTPMessage); 122 DISALLOW_COPY_AND_ASSIGN(HTTPMessage);
122 }; 123 };
123 124
124 } // namespace test 125 } // namespace test
125 } // namespace tools 126 } // namespace tools
126 } // namespace net 127 } // namespace net
127 128
128 #endif // NET_TOOLS_QUIC_TEST_TOOLS_TEST_TOOLS_HTTP_MESSAGE_H_ 129 #endif // NET_TOOLS_QUIC_TEST_TOOLS_TEST_TOOLS_HTTP_MESSAGE_H_
OLDNEW
« no previous file with comments | « net/tools/quic/synchronous_host_resolver.cc ('k') | net/tools/quic/test_tools/http_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698