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

Unified Diff: net/base/network_change_notifier_factory.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/base/network_change_notifier.cc ('k') | net/base/network_change_notifier_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/network_change_notifier_factory.h
diff --git a/net/base/network_change_notifier_factory.h b/net/base/network_change_notifier_factory.h
deleted file mode 100644
index 88cc15ab44d26b7609624ab9f1435d7af51d2d80..0000000000000000000000000000000000000000
--- a/net/base/network_change_notifier_factory.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NET_BASE_NETWORK_CHANGE_NOTIFIER_FACTORY_H_
-#define NET_BASE_NETWORK_CHANGE_NOTIFIER_FACTORY_H_
-
-#include "net/base/net_export.h"
-
-namespace net {
-
-class NetworkChangeNotifier;
-// NetworkChangeNotifierFactory provides a mechanism for overriding the default
-// instance creation process of NetworkChangeNotifier.
-class NET_EXPORT NetworkChangeNotifierFactory {
- public:
- NetworkChangeNotifierFactory() {}
- virtual ~NetworkChangeNotifierFactory() {}
- virtual NetworkChangeNotifier* CreateInstance() = 0;
-};
-
-} // namespace net
-
-#endif // NET_BASE_NETWORK_CHANGE_NOTIFIER_FACTORY_H_
« no previous file with comments | « net/base/network_change_notifier.cc ('k') | net/base/network_change_notifier_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698