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() {} |