Index: chromeos/dbus/mock_shill_profile_client.h |
diff --git a/chromeos/dbus/mock_shill_profile_client.h b/chromeos/dbus/mock_shill_profile_client.h |
index 078bb60ccd50c699c3e77a62c25a1db82a4585ef..b18a8436d2e0b68db643a58b18532a0d65754804 100644 |
--- a/chromeos/dbus/mock_shill_profile_client.h |
+++ b/chromeos/dbus/mock_shill_profile_client.h |
@@ -39,6 +39,7 @@ class MockShillProfileClient : public ShillProfileClient { |
const std::string& entry_path, |
const base::Closure& callback, |
const ErrorCallback& error_callback)); |
+ MOCK_METHOD0(GetTestInterface, TestInterface*()); |
}; |
} // namespace chromeos |