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

Side by Side Diff: net/quic/quic_end_to_end_unittest.cc

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/quic/quic_default_packet_writer.h ('k') | net/quic/quic_fec_group.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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #include <vector> 5 #include <vector>
6 6
7 #include "base/basictypes.h"
8 #include "base/compiler_specific.h" 7 #include "base/compiler_specific.h"
9 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
10 #include "base/stl_util.h" 9 #include "base/stl_util.h"
11 #include "base/strings/string_number_conversions.h" 10 #include "base/strings/string_number_conversions.h"
12 #include "net/base/elements_upload_data_stream.h" 11 #include "net/base/elements_upload_data_stream.h"
13 #include "net/base/test_completion_callback.h" 12 #include "net/base/test_completion_callback.h"
14 #include "net/base/test_data_directory.h" 13 #include "net/base/test_data_directory.h"
15 #include "net/base/upload_bytes_element_reader.h" 14 #include "net/base/upload_bytes_element_reader.h"
16 #include "net/base/upload_data_stream.h" 15 #include "net/base/upload_data_stream.h"
17 #include "net/cert/mock_cert_verifier.h" 16 #include "net/cert/mock_cert_verifier.h"
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 base::MessageLoop::current()->Run(); 315 base::MessageLoop::current()->Run();
317 316
318 for (size_t i = 0; i < num_requests; ++i) { 317 for (size_t i = 0; i < num_requests; ++i) {
319 CheckResponse(*consumers[i], "HTTP/1.1 200", kResponseBody); 318 CheckResponse(*consumers[i], "HTTP/1.1 200", kResponseBody);
320 } 319 }
321 STLDeleteElements(&consumers); 320 STLDeleteElements(&consumers);
322 } 321 }
323 322
324 } // namespace test 323 } // namespace test
325 } // namespace net 324 } // namespace net
OLDNEW
« no previous file with comments | « net/quic/quic_default_packet_writer.h ('k') | net/quic/quic_fec_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698