summaryrefslogtreecommitdiff
path: root/chromium/components/browser_sync/profile_sync_service_mock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/browser_sync/profile_sync_service_mock.cc')
-rw-r--r--chromium/components/browser_sync/profile_sync_service_mock.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/components/browser_sync/profile_sync_service_mock.cc b/chromium/components/browser_sync/profile_sync_service_mock.cc
index 56ed2496ba9..0b5b3077f8d 100644
--- a/chromium/components/browser_sync/profile_sync_service_mock.cc
+++ b/chromium/components/browser_sync/profile_sync_service_mock.cc
@@ -9,9 +9,7 @@
namespace browser_sync {
ProfileSyncServiceMock::ProfileSyncServiceMock(InitParams init_params)
- : ProfileSyncService(std::move(init_params)) {
- ON_CALL(*this, IsSyncRequested()).WillByDefault(testing::Return(true));
-}
+ : ProfileSyncService(std::move(init_params)) {}
ProfileSyncServiceMock::ProfileSyncServiceMock(InitParams* init_params)
: ProfileSyncServiceMock(std::move(*init_params)) {}