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

Unified Diff: net/tools/flip_server/spdy_interface.h

Issue 1458163002: Remove |using base::StringPiece| from net/spdy header files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « net/spdy/spdy_test_utils.h ('k') | net/tools/quic/quic_in_memory_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/flip_server/spdy_interface.h
diff --git a/net/tools/flip_server/spdy_interface.h b/net/tools/flip_server/spdy_interface.h
index e9918a83c142182eb9c6af920a37f43498b74511..b959419aa145277f763153e94a911b104f1c1f2a 100644
--- a/net/tools/flip_server/spdy_interface.h
+++ b/net/tools/flip_server/spdy_interface.h
@@ -140,7 +140,7 @@ class SpdySM : public BufferedSpdyFramerVisitorInterface, public SMInterface {
// Called when a GOAWAY frame has been parsed.
void OnGoAway(SpdyStreamId last_accepted_stream_id,
SpdyGoAwayStatus status,
- StringPiece debug_data) override {}
+ base::StringPiece debug_data) override {}
// Called when a WINDOW_UPDATE frame has been parsed.
void OnWindowUpdate(SpdyStreamId stream_id, int delta_window_size) override {}
« no previous file with comments | « net/spdy/spdy_test_utils.h ('k') | net/tools/quic/quic_in_memory_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698