summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/network_change_notifier_linux.cc')
-rw-r--r--net/base/network_change_notifier_linux.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/network_change_notifier_linux.cc b/net/base/network_change_notifier_linux.cc
index ff3c3c0..edc77b9 100644
--- a/net/base/network_change_notifier_linux.cc
+++ b/net/base/network_change_notifier_linux.cc
@@ -137,8 +137,8 @@ void NetworkManagerApi::Init() {
// Ignore ServiceUnknown errors to avoid log spam: http://crbug.com/109696.
dbus::ObjectProxy* proxy = system_bus_->GetObjectProxyWithOptions(
- kNetworkManagerServiceName, dbus::ObjectPath(kNetworkManagerPath),
- dbus::ObjectProxy::IGNORE_SERVICE_UNKNOWN_ERRORS);
+ kNetworkManagerServiceName, kNetworkManagerPath,
+ dbus::ObjectProxy::IGNORE_SERVICE_UNKNOWN_ERRORS);
// Get the initial state asynchronously.
dbus::MethodCall method_call(DBUS_INTERFACE_PROPERTIES, "Get");