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

Unified Diff: blimp/net/stream_socket_connection.h

Issue 1429193002: Add interfaces for most major Blimp net components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move virtual dtor to BlimpConnection 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 | « blimp/net/blimp_connection.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/stream_socket_connection.h
diff --git a/blimp/net/stream_socket_connection.h b/blimp/net/stream_socket_connection.h
index 566cb70b59e13518b133b899f4676c882252392d..9739a09b482e936dc29d9a89faaa0436d1f85e57 100644
--- a/blimp/net/stream_socket_connection.h
+++ b/blimp/net/stream_socket_connection.h
@@ -19,7 +19,8 @@ namespace blimp {
class StreamSocketConnection : public BlimpConnection {
public:
explicit StreamSocketConnection(scoped_ptr<net::StreamSocket> socket);
- virtual ~StreamSocketConnection();
+
+ ~StreamSocketConnection() override;
private:
scoped_ptr<net::StreamSocket> socket_;
« no previous file with comments | « blimp/net/blimp_connection.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698