Chromium Code Reviews

Unified Diff: chromeos/dbus/shill_stub_helper.cc

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.cc
diff --git a/chromeos/dbus/shill_stub_helper.cc b/chromeos/dbus/shill_stub_helper.cc
index 68dfa68f86f0faf2bf31dd621269e84e1e1c9c6c..7380fff3ff343aa701723dbdb9059e512cfad934 100644
--- a/chromeos/dbus/shill_stub_helper.cc
+++ b/chromeos/dbus/shill_stub_helper.cc
@@ -8,10 +8,10 @@
#include "base/command_line.h"
#include "chromeos/chromeos_switches.h"
#include "chromeos/dbus/dbus_thread_manager.h"
+#include "chromeos/dbus/fake_shill_profile_client.h"
hashimoto 2013/10/21 06:39:26 Is this include needed?
satorux1 2013/10/21 06:44:29 good catch. removed.
#include "chromeos/dbus/shill_device_client.h"
#include "chromeos/dbus/shill_manager_client.h"
#include "chromeos/dbus/shill_profile_client.h"
-#include "chromeos/dbus/shill_profile_client_stub.h"
#include "chromeos/dbus/shill_service_client.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
« chromeos/dbus/fake_shill_manager_client.cc ('K') | « chromeos/dbus/shill_stub_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine