Chromium Code Reviews

Unified Diff: chromeos/dbus/shill_stub_helper.h

Issue 31773002: cryptohome: Convet all *Stub classes into Fake* classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chromeos/dbus/shill_stub_helper.h
diff --git a/chromeos/dbus/shill_stub_helper.h b/chromeos/dbus/shill_stub_helper.h
index e5b999bb9d7c092ed7b5f43ab916d8bd3b34e7f6..b599014413f68ade65d89a8c55f3cc5670e2a78f 100644
--- a/chromeos/dbus/shill_stub_helper.h
+++ b/chromeos/dbus/shill_stub_helper.h
@@ -15,7 +15,7 @@ namespace shill_stub_helper {
CHROMEOS_EXPORT extern const char kSharedProfilePath[];
// Add default devices, services and profiles. This works only if
-// DBusThreadManager was initialized with the Shill*ClientStubs.
+// DBusThreadManager was initialized with the FakeShill*Clients.
void SetupDefaultEnvironment();
std::string DevicePathForType(const std::string& type);

Powered by Google App Engine