summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/mock_message_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/mock_message_helper.cc')
-rw-r--r--src/components/application_manager/test/mock_message_helper.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/application_manager/test/mock_message_helper.cc b/src/components/application_manager/test/mock_message_helper.cc
index 01a4ff6091..deec54e61f 100644
--- a/src/components/application_manager/test/mock_message_helper.cc
+++ b/src/components/application_manager/test/mock_message_helper.cc
@@ -163,10 +163,9 @@ void MessageHelper::SendOnPermissionsChangeNotification(
void MessageHelper::SendPolicySnapshotNotification(
unsigned int connection_key,
const std::vector<uint8_t>& policy_data,
- const std::string& url,
- int timeout) {
+ const std::string& url) {
MockMessageHelper::message_helper_mock()->SendPolicySnapshotNotification(
- connection_key, policy_data, url, timeout);
+ connection_key, policy_data, url);
}
void MessageHelper::SendOnAppInterfaceUnregisteredNotificationToMobile(
int32_t connection_key,