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

Side by Side Diff: net/tools/quic/test_tools/simple_client.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/tools/quic/test_tools/simple_client.h ('k') | net/tools/stress_cache/stress_cache.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 #include "net/tools/quic/test_tools/simple_client.h" 5 #include "net/tools/quic/test_tools/simple_client.h"
6 6
7 namespace net { 7 namespace net {
8 namespace tools { 8 namespace tools {
9 namespace test { 9 namespace test {
10 10
(...skipping 13 matching lines...) Expand all
24 24
25 int SimpleClient::HalfClose() { 25 int SimpleClient::HalfClose() {
26 LOG(FATAL) << "SimpleClient::HalfClose is not implemented"; 26 LOG(FATAL) << "SimpleClient::HalfClose is not implemented";
27 return 0; 27 return 0;
28 } 28 }
29 29
30 int SimpleClient::response_header_size() const { 30 int SimpleClient::response_header_size() const {
31 return 0; 31 return 0;
32 } 32 }
33 33
34 int64 SimpleClient::response_body_size() const { 34 int64_t SimpleClient::response_body_size() const {
35 return 0; 35 return 0;
36 } 36 }
37 37
38 } // namespace net 38 } // namespace net
39 } // namespace tools 39 } // namespace tools
40 } // namespace test 40 } // namespace test
OLDNEW
« no previous file with comments | « net/tools/quic/test_tools/simple_client.h ('k') | net/tools/stress_cache/stress_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698