Index: remoting/host/policy_watcher_unittest.cc |
diff --git a/remoting/host/policy_watcher_unittest.cc b/remoting/host/policy_watcher_unittest.cc |
index 9ef5cc9349941be0a854e40ed8d87beea2b5fc05..e07207f56fbcb2bbd0d498c0fe06e7b0e9a0cc06 100644 |
--- a/remoting/host/policy_watcher_unittest.cc |
+++ b/remoting/host/policy_watcher_unittest.cc |
@@ -433,9 +433,6 @@ TEST_P(MisspelledPolicyTest, WarningLogged) { |
const char* misspelled_policy_name = GetParam(); |
base::test::MockLog mock_log; |
- ON_CALL(mock_log, Log(testing::_, testing::_, testing::_, testing::_, |
- testing::_)).WillByDefault(testing::Return(true)); |
- |
EXPECT_CALL(mock_log, |
Log(logging::LOG_WARNING, testing::_, testing::_, testing::_, |
testing::HasSubstr(misspelled_policy_name))).Times(1); |