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

Unified Diff: net/tools/quic/quic_simple_server_stream_test.cc

Issue 1551753002: Build third-party code with -Wall, build chromium_code with -Wextra on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thestig 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 side-by-side diff with in-line comments
Download patch
Index: net/tools/quic/quic_simple_server_stream_test.cc
diff --git a/net/tools/quic/quic_simple_server_stream_test.cc b/net/tools/quic/quic_simple_server_stream_test.cc
index 0a301f05c74293f6775c53004d552661749a5093..9d8b6e359419d5568aebf0370ecff04b2c702527 100644
--- a/net/tools/quic/quic_simple_server_stream_test.cc
+++ b/net/tools/quic/quic_simple_server_stream_test.cc
@@ -65,7 +65,7 @@ class QuicSimpleServerStreamPeer : public QuicSimpleServerStream {
return stream->body_;
}
- static const int content_length(QuicSimpleServerStream* stream) {
+ static int content_length(QuicSimpleServerStream* stream) {
return stream->content_length_;
}
« no previous file with comments | « media/capture/video/linux/v4l2_capture_delegate.h ('k') | ppapi/native_client/src/untrusted/irt_stub/thread_creator.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698