cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / ios / chrome / browser / sync / sync_setup_service_mock.cc
blob39be8b7c1486b5bfddb049059a802a1df2af9508
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ios/chrome/browser/sync/sync_setup_service_mock.h"
7 SyncSetupServiceMock::SyncSetupServiceMock(
8 sync_driver::SyncService* sync_service,
9 PrefService* prefs)
10 : SyncSetupService(sync_service, prefs) {
13 SyncSetupServiceMock::~SyncSetupServiceMock() {