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

Unified Diff: net/dns/address_sorter_posix_unittest.cc

Issue 1327923002: Migrates QUIC sessions to a new network when old network is (about to be) disconnected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@home
Patch Set: Naming fixes. 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/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 9d7916dd1538fdf197ffc853809f8fd8813b5cbd..909ad3c73b7bfaa5b98eab57cca9d6721743fb59 100644
--- a/net/dns/address_sorter_posix_unittest.cc
+++ b/net/dns/address_sorter_posix_unittest.cc
@@ -65,7 +65,7 @@ class TestUDPClientSocket : public DatagramClientSocket {
NOTIMPLEMENTED();
return ERR_NOT_IMPLEMENTED;
}
- NetworkChangeNotifier::NetworkHandle GetBoundNetwork() override {
+ NetworkChangeNotifier::NetworkHandle GetBoundNetwork() const override {
return NetworkChangeNotifier::kInvalidNetworkHandle;
}

Powered by Google App Engine
This is Rietveld 408576698