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

Unified Diff: net/base/listen_socket_unittest.h

Issue 8568021: Add OVERRIDE to net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: net only Created 9 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/base/listen_socket.h ('k') | net/base/mock_filter_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/listen_socket_unittest.h
diff --git a/net/base/listen_socket_unittest.h b/net/base/listen_socket_unittest.h
index 34286a4fa59da3d4cf9e1fe751d0b11b14fbbd38..1f63bc919a2d7398d5152e4d5f1250f0ad5ce7b1 100644
--- a/net/base/listen_socket_unittest.h
+++ b/net/base/listen_socket_unittest.h
@@ -95,9 +95,12 @@ class ListenSocketTester :
virtual bool Send(SOCKET sock, const std::string& str);
// ListenSocket::ListenSocketDelegate:
- virtual void DidAccept(ListenSocket *server, ListenSocket *connection);
- virtual void DidRead(ListenSocket *connection, const char* data, int len);
- virtual void DidClose(ListenSocket *sock);
+ virtual void DidAccept(ListenSocket *server,
+ ListenSocket *connection) OVERRIDE;
+ virtual void DidRead(ListenSocket *connection,
+ const char* data,
+ int len) OVERRIDE;
+ virtual void DidClose(ListenSocket *sock) OVERRIDE;
scoped_ptr<base::Thread> thread_;
MessageLoopForIO* loop_;
« no previous file with comments | « net/base/listen_socket.h ('k') | net/base/mock_filter_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698