| Index: extensions/browser/api/networking_private/networking_private_linux.h
|
| diff --git a/extensions/browser/api/networking_private/networking_private_linux.h b/extensions/browser/api/networking_private/networking_private_linux.h
|
| index 39e93bd255bc3adbcfa32f9d73f8d5759c9a322e..aedd4d5e9f7fd2270ecdb73d4d5374e8a44f5365 100644
|
| --- a/extensions/browser/api/networking_private/networking_private_linux.h
|
| +++ b/extensions/browser/api/networking_private/networking_private_linux.h
|
| @@ -218,7 +218,7 @@ class NetworkingPrivateLinux : public NetworkingPrivateDelegate {
|
| // all active connections then checks if the device matches the requested
|
| // device, then gets the access point associated with the connection.
|
| // Returns false if there is an error getting the connected access point.
|
| - bool GetConnectedAccessPoint(dbus::ObjectPath device_path,
|
| + bool GetConnectedAccessPoint(const dbus::ObjectPath& device_path,
|
| dbus::ObjectPath* access_point_path);
|
|
|
| // Given a path to an active connection gets the path to the device
|
|
|