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

Unified Diff: chromeos/dbus/fake_shill_device_client.h

Issue 299403012: Clean up shill fake implementations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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: chromeos/dbus/fake_shill_device_client.h
diff --git a/chromeos/dbus/fake_shill_device_client.h b/chromeos/dbus/fake_shill_device_client.h
index ac8f565463397630aad519408faa875c01de9eb8..a168edd378eae493cb49fa8364a694fa187f60b0 100644
--- a/chromeos/dbus/fake_shill_device_client.h
+++ b/chromeos/dbus/fake_shill_device_client.h
@@ -88,7 +88,7 @@ class CHROMEOS_EXPORT FakeShillDeviceClient
// ShillDeviceClient::TestInterface overrides.
virtual void AddDevice(const std::string& device_path,
const std::string& type,
- const std::string& object_path) OVERRIDE;
+ const std::string& name) OVERRIDE;
virtual void RemoveDevice(const std::string& device_path) OVERRIDE;
virtual void ClearDevices() OVERRIDE;
virtual void SetDeviceProperty(const std::string& device_path,

Powered by Google App Engine
This is Rietveld 408576698