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

Unified Diff: net/dns/address_sorter_posix_unittest.cc

Issue 1541003003: Makes DatagramClientSocket::GetBoundNetwork const. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@quicreader
Patch Set: 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
« no previous file with comments | « no previous file | net/socket/socket_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/address_sorter_posix_unittest.cc
diff --git a/net/dns/address_sorter_posix_unittest.cc b/net/dns/address_sorter_posix_unittest.cc
index e71bb211040eb54f7086510ac174889fa05607cf..13778ebefeeb458869e56f996c0110ff99126e36 100644
--- a/net/dns/address_sorter_posix_unittest.cc
+++ b/net/dns/address_sorter_posix_unittest.cc
@@ -66,7 +66,7 @@ class TestUDPClientSocket : public DatagramClientSocket {
NOTIMPLEMENTED();
return ERR_NOT_IMPLEMENTED;
}
- NetworkChangeNotifier::NetworkHandle GetBoundNetwork() override {
+ NetworkChangeNotifier::NetworkHandle GetBoundNetwork() const override {
return NetworkChangeNotifier::kInvalidNetworkHandle;
}
« no previous file with comments | « no previous file | net/socket/socket_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698