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

Unified Diff: net/base/mock_network_change_notifier.h

Issue 2811183003: Change Cronet's "disable_ipv6" to "disable_ipv6_on_wifi" (Closed)
Patch Set: more comments 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
« no previous file with comments | « net/BUILD.gn ('k') | net/base/mock_network_change_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/mock_network_change_notifier.h
diff --git a/net/quic/chromium/mock_network_change_notifier.h b/net/base/mock_network_change_notifier.h
similarity index 93%
rename from net/quic/chromium/mock_network_change_notifier.h
rename to net/base/mock_network_change_notifier.h
index 7a4511c92ab3aad831a65b3b2e0680219c127f18..e8d4269dd8ce4a88ad281f5a926f08d61abd815e 100644
--- a/net/quic/chromium/mock_network_change_notifier.h
+++ b/net/base/mock_network_change_notifier.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_QUIC_CHROMIUM_MOCK_NETWORK_CHANGE_NOTIFIER_H_
-#define NET_QUIC_CHROMIUM_MOCK_NETWORK_CHANGE_NOTIFIER_H_
+#ifndef NET_BASE_MOCK_NETWORK_CHANGE_NOTIFIER_H_
+#define NET_BASE_MOCK_NETWORK_CHANGE_NOTIFIER_H_
#include "net/base/network_change_notifier.h"
@@ -71,4 +71,4 @@ class ScopedMockNetworkChangeNotifier {
} // namespace test
} // namespace net
-#endif // NET_QUIC_CHROMIUM_MOCK_NETWORK_CHANGE_NOTIFIER_H_
+#endif // NET_BASE_MOCK_NETWORK_CHANGE_NOTIFIER_H_
« no previous file with comments | « net/BUILD.gn ('k') | net/base/mock_network_change_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698