summaryrefslogtreecommitdiff
path: root/src/components/policy/test/include/mock_pt_ext_representation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/test/include/mock_pt_ext_representation.h')
-rw-r--r--src/components/policy/test/include/mock_pt_ext_representation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/test/include/mock_pt_ext_representation.h b/src/components/policy/test/include/mock_pt_ext_representation.h
index dbd421706..fd779dc1f 100644
--- a/src/components/policy/test/include/mock_pt_ext_representation.h
+++ b/src/components/policy/test/include/mock_pt_ext_representation.h
@@ -121,7 +121,7 @@ class MockPTExtRepresentation : public MockPTRepresentation,
bool(const std::string& app_id, bool is_device_allowed));
MOCK_METHOD1(SetPredataPolicy, bool(const std::string& app_id));
MOCK_METHOD2(SetIsPredata, bool(const std::string& app_id, bool is_predata));
- MOCK_CONST_METHOD1(SetUnpairedDevice, bool(const std::string& device_id));
+ MOCK_CONST_METHOD2(SetUnpairedDevice, bool(const std::string& device_id, bool unpaired));
MOCK_CONST_METHOD1(UnpairedDevicesList, bool(DeviceIds* device_ids));
MOCK_CONST_METHOD2(RemoveAppConsentForGroup, bool(const std::string& policy_app_id,
const std::string& functional_group));