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

Unified Diff: chromeos/dbus/mock_shill_profile_client.cc

Issue 49773003: ChromeOS: Remove MockDBusThreadManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests. Created 7 years, 1 month 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
« no previous file with comments | « chromeos/dbus/mock_shill_manager_client.cc ('k') | chromeos/dbus/power_policy_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_shill_profile_client.cc
diff --git a/chromeos/dbus/mock_shill_profile_client.cc b/chromeos/dbus/mock_shill_profile_client.cc
index 3f47ae89558ff3800e5255d22f70d03539d03636..c1589051e157c404242f25e90986d3eb682d7565 100644
--- a/chromeos/dbus/mock_shill_profile_client.cc
+++ b/chromeos/dbus/mock_shill_profile_client.cc
@@ -4,9 +4,14 @@
#include "chromeos/dbus/mock_shill_profile_client.h"
+using ::testing::_;
+using ::testing::AnyNumber;
+
namespace chromeos {
-MockShillProfileClient::MockShillProfileClient() {}
+MockShillProfileClient::MockShillProfileClient() {
+ EXPECT_CALL(*this, Init(_)).Times(AnyNumber());
+}
MockShillProfileClient::~MockShillProfileClient() {}
« no previous file with comments | « chromeos/dbus/mock_shill_manager_client.cc ('k') | chromeos/dbus/power_policy_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698