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

Unified Diff: extensions/browser/api/networking_private/networking_private_linux.h

Issue 2133203002: [Extensions] Code cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 years, 5 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
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

Powered by Google App Engine
This is Rietveld 408576698