summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/mock_message_helper.cc
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-03-02 12:42:33 +0200
committerKozoriz <kozorizandriy@gmail.com>2016-03-07 09:20:53 +0200
commit50c815aec75fd91772559ebb5e261aaa9ad5789d (patch)
treecf2a5fbd073d6953c7d24daf839fdd03c6558482 /src/components/application_manager/test/mock_message_helper.cc
parentf42d358711ba06360131a5c3ac7621b5bec1fcda (diff)
downloadsdl_core-50c815aec75fd91772559ebb5e261aaa9ad5789d.tar.gz
Review correctives and buildability correctives.
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,