| Index: net/base/network_change_notifier_linux.h
|
| diff --git a/net/base/network_change_notifier_linux.h b/net/base/network_change_notifier_linux.h
|
| index 1b3f376fb0b695b73fa816163ab7d791433a3824..6e108549763452f7596b4c7b9328f2c718cf99a0 100644
|
| --- a/net/base/network_change_notifier_linux.h
|
| +++ b/net/base/network_change_notifier_linux.h
|
| @@ -11,10 +11,6 @@
|
| #include "net/base/net_export.h"
|
| #include "net/base/network_change_notifier.h"
|
|
|
| -namespace dbus {
|
| -class Bus;
|
| -}
|
| -
|
| namespace net {
|
|
|
| class NET_EXPORT_PRIVATE NetworkChangeNotifierLinux
|
| @@ -22,13 +18,10 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierLinux
|
| public:
|
| static NetworkChangeNotifierLinux* Create();
|
|
|
| - // Unittests inject a mock bus.
|
| - static NetworkChangeNotifierLinux* CreateForTest(dbus::Bus* bus);
|
| -
|
| private:
|
| class Thread;
|
|
|
| - explicit NetworkChangeNotifierLinux(dbus::Bus* bus);
|
| + NetworkChangeNotifierLinux();
|
| virtual ~NetworkChangeNotifierLinux();
|
|
|
| // NetworkChangeNotifier:
|
|
|