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

Unified Diff: net/base/mock_network_change_notifier.cc

Issue 2811183003: Change Cronet's "disable_ipv6" to "disable_ipv6_on_wifi" (Closed)
Patch Set: MockNetworkChangeNotifier Created 3 years, 8 months 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/base/mock_network_change_notifier.cc
diff --git a/net/quic/chromium/mock_network_change_notifier.cc b/net/base/mock_network_change_notifier.cc
similarity index 97%
rename from net/quic/chromium/mock_network_change_notifier.cc
rename to net/base/mock_network_change_notifier.cc
index 86326e2107dc23e18824e74e4f129eef34fd3d8e..b01fda92cf074a1756764eed815b187369d80a15 100644
--- a/net/quic/chromium/mock_network_change_notifier.cc
+++ b/net/base/mock_network_change_notifier.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/quic/chromium/mock_network_change_notifier.h"
+#include "net/base/mock_network_change_notifier.h"
#include "base/run_loop.h"

Powered by Google App Engine
This is Rietveld 408576698